From d1c4416160012f1554d14ef7a5eba3daeeb2e6e5 Mon Sep 17 00:00:00 2001 From: Nils Reichardt Date: Sun, 22 May 2022 23:34:46 +0200 Subject: [PATCH] Fix typo "SetTestFluttterStub" in `stub_flutter_api.h` --- shell/platform/common/client_wrapper/testing/stub_flutter_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {}