From 5cd228ee270c3d00436afd4e73628832c93b2215 Mon Sep 17 00:00:00 2001 From: Nils Reichardt Date: Sun, 22 May 2022 23:38:54 +0200 Subject: [PATCH] Fix typo "SetTestFluttterStub" in `stub_flutter_glfw_api.h` --- .../glfw/client_wrapper/testing/stub_flutter_glfw_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/glfw/client_wrapper/testing/stub_flutter_glfw_api.h b/shell/platform/glfw/client_wrapper/testing/stub_flutter_glfw_api.h index b654063995667..ca19048f60959 100644 --- a/shell/platform/glfw/client_wrapper/testing/stub_flutter_glfw_api.h +++ b/shell/platform/glfw/client_wrapper/testing/stub_flutter_glfw_api.h @@ -24,7 +24,7 @@ class StubFlutterGlfwApi { // will be forwarded. static void SetTestStub(StubFlutterGlfwApi* stub); - // Returns the current stub, as last set by SetTestFluttterStub. + // Returns the current stub, as last set by SetTestFlutterStub. static StubFlutterGlfwApi* GetTestStub(); virtual ~StubFlutterGlfwApi() {}