diff --git a/packages/flutter/lib/src/semantics/semantics.dart b/packages/flutter/lib/src/semantics/semantics.dart index db8b7f6297b..da9a891f803 100644 --- a/packages/flutter/lib/src/semantics/semantics.dart +++ b/packages/flutter/lib/src/semantics/semantics.dart @@ -1839,7 +1839,7 @@ class SemanticsNode with DiagnosticableTreeMixin { /// [isMergedIntoParent]. /// /// An invisible node can be safely dropped from the semantic tree without - /// loosing semantic information that is relevant for describing the content + /// losing semantic information that is relevant for describing the content /// currently shown on screen. bool get isInvisible => !isMergedIntoParent && rect.isEmpty;