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() {}