diff --git a/shell/platform/common/client_wrapper/testing/stub_flutter_api.h b/shell/platform/common/client_wrapper/testing/stub_flutter_api.h index 6d40719fd4eb0..e393338a3c64b 100644 --- a/shell/platform/common/client_wrapper/testing/stub_flutter_api.h +++ b/shell/platform/common/client_wrapper/testing/stub_flutter_api.h @@ -29,7 +29,7 @@ class StubFlutterApi { // will be forwarded. static void SetTestStub(StubFlutterApi* stub); - // Returns the current stub, as last set by SetTestFluttterStub. + // Returns the current stub, as last set by SetTestFlutterStub. static StubFlutterApi* GetTestStub(); virtual ~StubFlutterApi() {}