From cd7964fde80f0facf3ec12ad6368b4bd399407e9 Mon Sep 17 00:00:00 2001 From: Nils Reichardt Date: Sun, 22 May 2022 23:31:55 +0200 Subject: [PATCH] Fix typo "implementations" 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..2b12cf2efa820 100644 --- a/shell/platform/common/client_wrapper/testing/stub_flutter_api.h +++ b/shell/platform/common/client_wrapper/testing/stub_flutter_api.h @@ -17,7 +17,7 @@ namespace testing { // the headers in platform/common/public/. // Linking this class into a test binary will provide dummy forwarding -// implementantions of that C API, so that the wrapper can be tested separately +// implementations of that C API, so that the wrapper can be tested separately // from the actual library. class StubFlutterApi { public: