From 9d4e65e8a53481d0cff2df5434cdfaa3bc78be89 Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Mon, 13 Jan 2020 13:37:49 -0800 Subject: [PATCH] Trivial typo fix to kick tests. (flutter/engine#15557) --- .../src/flutter/shell/platform/fuchsia/flutter/platform_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/shell/platform/fuchsia/flutter/platform_view.cc b/engine/src/flutter/shell/platform/fuchsia/flutter/platform_view.cc index 3449cb416ab..e73b20e882e 100644 --- a/engine/src/flutter/shell/platform/fuchsia/flutter/platform_view.cc +++ b/engine/src/flutter/shell/platform/fuchsia/flutter/platform_view.cc @@ -567,7 +567,7 @@ std::unique_ptr PlatformView::CreateVSyncWaiter() { // |flutter::PlatformView| std::unique_ptr PlatformView::CreateRenderingSurface() { // This platform does not repeatly lose and gain a surface connection. So the - // surface is setup once during platform view setup and and returned to the + // surface is setup once during platform view setup and returned to the // shell on the initial (and only) |NotifyCreated| call. return std::move(surface_); }