Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 05e075c

Browse files
Update shell/platform/linux/fl_platform_plugin.cc
Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
1 parent d24eb35 commit 05e075c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/linux/fl_platform_plugin.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ static void request_app_exit(FlPlatformPlugin* self, const char* type) {
255255

256256
// Called when the Dart app has finished initialization and is ready to handle
257257
// requests. For the Flutter framework, this means after the ServicesBinding has
258-
// been intialized and it sends a System.initializationComplete message.
258+
// been initialized and it sends a System.initializationComplete message.
259259
static FlMethodResponse* system_intitialization_complete(
260260
FlPlatformPlugin* self,
261261
FlMethodCall* method_call) {

0 commit comments

Comments
 (0)