From 7fa77ef03a1647d831ea0fa6427e083a53dc7e18 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Wed, 30 Jan 2019 18:11:08 -0800 Subject: [PATCH] Fix two typos in embedder docs (#7649) --- shell/platform/embedder/embedder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/platform/embedder/embedder.h b/shell/platform/embedder/embedder.h index d613ab3ec..c2cc35669 100644 --- a/shell/platform/embedder/embedder.h +++ b/shell/platform/embedder/embedder.h @@ -109,7 +109,7 @@ typedef struct { ProcResolver gl_proc_resolver; // When the embedder specifies that a texture has a frame available, the // engine will call this method (on an internal engine managed thread) so that - // external texture details can be suppplied to the engine for subsequent + // external texture details can be supplied to the engine for subsequent // composition. TextureFrameCallback gl_external_texture_frame_callback; } FlutterOpenGLRendererConfig; @@ -249,7 +249,7 @@ typedef struct { // documentation on the Wiki at // https://github.com/flutter/flutter/wiki/Flutter-engine-operation-in-AOT-Mode const uint8_t* isolate_snapshot_instructions; - // The size of the isoalte snapshot instructions buffer. + // The size of the isolate snapshot instructions buffer. size_t isolate_snapshot_instructions_size; } FlutterProjectArgs;