From 0f9f43586e86b5a25530d1baa2644cb826580995 Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Mon, 23 May 2022 09:54:30 +0200 Subject: [PATCH 1/7] Fix typo "SetTestFlutterStub" `stub_flutter_glfw_api.h` --- .../glfw/client_wrapper/testing/stub_flutter_glfw_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {} From 61892c60ebaaba8c882c7454160044890beda55d Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Mon, 23 May 2022 09:54:58 +0200 Subject: [PATCH 2/7] Fix typo "SetTestFlutterStub" 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() {} From 2373b0dfa793b6ea270ed02f9216457983d7accd Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Mon, 23 May 2022 09:55:55 +0200 Subject: [PATCH 3/7] Fix typo "SetTestFlutterStub" in `stub_flutter_windows_api.h` --- .../windows/client_wrapper/testing/stub_flutter_windows_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {} From 8ff1121ebdf360edd874771bd1df38929b484f98 Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Mon, 23 May 2022 09:56:24 +0200 Subject: [PATCH 4/7] Fix typo "implementations" in `stub_flutter_windows_api.h` --- .../windows/client_wrapper/testing/stub_flutter_windows_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ebab4bd237d0e..125fb3614fbec 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 @@ -16,7 +16,7 @@ namespace testing { // the headers in platform/windows/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 StubFlutterWindowsApi { public: From 4dc5224fa0058bc37cd69ba4252f252317a9a504 Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Mon, 23 May 2022 09:57:02 +0200 Subject: [PATCH 5/7] 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 e393338a3c64b..8676cab6c2808 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: From 3a41bf4c7f4f095b468ea04173902e6ae2f0c766 Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Mon, 23 May 2022 09:57:31 +0200 Subject: [PATCH 6/7] Fix typo "implementations" in `stub_flutter_glfw_api.h` --- .../glfw/client_wrapper/testing/stub_flutter_glfw_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ca19048f60959..0b638eaf89753 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 @@ -16,7 +16,7 @@ namespace testing { // the headers in platform/glfw/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 StubFlutterGlfwApi { public: From 21ba50628dbdafafdf637653760b811c73c534f8 Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Mon, 23 May 2022 09:58:08 +0200 Subject: [PATCH 7/7] Fix typo `FlutterActivity` in `FlutterActivity.java` --- .../android/io/flutter/embedding/android/FlutterActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/android/io/flutter/embedding/android/FlutterActivity.java b/shell/platform/android/io/flutter/embedding/android/FlutterActivity.java index ca08f040e64c7..4d16a2ddab38d 100644 --- a/shell/platform/android/io/flutter/embedding/android/FlutterActivity.java +++ b/shell/platform/android/io/flutter/embedding/android/FlutterActivity.java @@ -1133,7 +1133,7 @@ public void cleanUpFlutterEngine(@NonNull FlutterEngine flutterEngine) { * {@link io.flutter.embedding.engine.FlutterEngine} to outlive this {@code FlutterActivity} so * that it can be used later in a different {@code Activity}. To accomplish this, the {@link * io.flutter.embedding.engine.FlutterEngine} may need to be disconnected from this {@code - * FluttterActivity} at an unusual time, preventing this {@code FlutterActivity} from correctly + * FlutterActivity} at an unusual time, preventing this {@code FlutterActivity} from correctly * managing the relationship between the {@link io.flutter.embedding.engine.FlutterEngine} and * itself. */