Correct typos (#33322)
Corects a bnuch of typeos throuhgout teh Fluter codebsae.
Made use of the `misspell` tool:
https://github.com/client9/misspell
diff --git a/packages/flutter_tools/lib/src/project.dart b/packages/flutter_tools/lib/src/project.dart
index 42ea0bb..0fe0ca3 100644
--- a/packages/flutter_tools/lib/src/project.dart
+++ b/packages/flutter_tools/lib/src/project.dart
@@ -591,7 +591,7 @@
/// The file where the Xcode build will write the name of the built app.
///
- /// Ideally this will be replaced in the future with inpection of the Runner
+ /// Ideally this will be replaced in the future with inspection of the Runner
/// scheme's target.
File get nameFile => _cacheDirectory.childFile('.app_filename');
}