diff --git a/shell/platform/windows/client_wrapper/testing/stub_flutter_windows_api.h b/shell/platform/windows/client_wrapper/testing/stub_flutter_windows_api.h index b795eab1a6d37..ebab4bd237d0e 100644 --- a/shell/platform/windows/client_wrapper/testing/stub_flutter_windows_api.h +++ b/shell/platform/windows/client_wrapper/testing/stub_flutter_windows_api.h @@ -24,7 +24,7 @@ class StubFlutterWindowsApi { // will be forwarded. static void SetTestStub(StubFlutterWindowsApi* stub); - // Returns the current stub, as last set by SetTestFluttterStub. + // Returns the current stub, as last set by SetTestFlutterStub. static StubFlutterWindowsApi* GetTestStub(); virtual ~StubFlutterWindowsApi() {}