Skip to content

Commit 60f328d

Browse files
authored
[macOS] Fix assertion typo (flutter#43179)
1 parent 06c9362 commit 60f328d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/macos/framework/Source/FlutterViewController.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ - (void)setBackgroundColor:(NSColor*)color {
517517
}
518518

519519
- (FlutterViewId)viewId {
520-
NSAssert([self attached], @"This view controller is not attched.");
520+
NSAssert([self attached], @"This view controller is not attached.");
521521
return _viewId;
522522
}
523523

0 commit comments

Comments
 (0)