File tree 4 files changed +7
-7
lines changed
android/io/flutter/embedding/android
common/client_wrapper/testing
glfw/client_wrapper/testing
windows/client_wrapper/testing
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1133,7 +1133,7 @@ public void cleanUpFlutterEngine(@NonNull FlutterEngine flutterEngine) {
1133
1133
* {@link io.flutter.embedding.engine.FlutterEngine} to outlive this {@code FlutterActivity} so
1134
1134
* that it can be used later in a different {@code Activity}. To accomplish this, the {@link
1135
1135
* io.flutter.embedding.engine.FlutterEngine} may need to be disconnected from this {@code
1136
- * FluttterActivity } at an unusual time, preventing this {@code FlutterActivity} from correctly
1136
+ * FlutterActivity } at an unusual time, preventing this {@code FlutterActivity} from correctly
1137
1137
* managing the relationship between the {@link io.flutter.embedding.engine.FlutterEngine} and
1138
1138
* itself.
1139
1139
*/
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace testing {
17
17
// the headers in platform/common/public/.
18
18
19
19
// Linking this class into a test binary will provide dummy forwarding
20
- // implementantions of that C API, so that the wrapper can be tested separately
20
+ // implementations of that C API, so that the wrapper can be tested separately
21
21
// from the actual library.
22
22
class StubFlutterApi {
23
23
public:
@@ -29,7 +29,7 @@ class StubFlutterApi {
29
29
// will be forwarded.
30
30
static void SetTestStub (StubFlutterApi* stub);
31
31
32
- // Returns the current stub, as last set by SetTestFluttterStub .
32
+ // Returns the current stub, as last set by SetTestFlutterStub .
33
33
static StubFlutterApi* GetTestStub ();
34
34
35
35
virtual ~StubFlutterApi () {}
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ namespace testing {
16
16
// the headers in platform/glfw/public/.
17
17
18
18
// Linking this class into a test binary will provide dummy forwarding
19
- // implementantions of that C API, so that the wrapper can be tested separately
19
+ // implementations of that C API, so that the wrapper can be tested separately
20
20
// from the actual library.
21
21
class StubFlutterGlfwApi {
22
22
public:
23
23
// Sets |stub| as the instance to which calls to the Flutter library C APIs
24
24
// will be forwarded.
25
25
static void SetTestStub (StubFlutterGlfwApi* stub);
26
26
27
- // Returns the current stub, as last set by SetTestFluttterStub .
27
+ // Returns the current stub, as last set by SetTestFlutterStub .
28
28
static StubFlutterGlfwApi* GetTestStub ();
29
29
30
30
virtual ~StubFlutterGlfwApi () {}
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ namespace testing {
16
16
// the headers in platform/windows/public/.
17
17
18
18
// Linking this class into a test binary will provide dummy forwarding
19
- // implementantions of that C API, so that the wrapper can be tested separately
19
+ // implementations of that C API, so that the wrapper can be tested separately
20
20
// from the actual library.
21
21
class StubFlutterWindowsApi {
22
22
public:
23
23
// Sets |stub| as the instance to which calls to the Flutter library C APIs
24
24
// will be forwarded.
25
25
static void SetTestStub (StubFlutterWindowsApi* stub);
26
26
27
- // Returns the current stub, as last set by SetTestFluttterStub .
27
+ // Returns the current stub, as last set by SetTestFlutterStub .
28
28
static StubFlutterWindowsApi* GetTestStub ();
29
29
30
30
virtual ~StubFlutterWindowsApi () {}
You can’t perform that action at this time.
0 commit comments