@@ -181,9 +181,9 @@ def disable_typo_correction : Flag<["-"], "disable-typo-correction">,
181181def disable_implicit_swift_modules: Flag<["-"], "disable-implicit-swift-modules">,
182182 HelpText<"Disable building Swift modules implicitly by the compiler">;
183183
184- def explict_swift_module_map
184+ def explicit_swift_module_map
185185 : Separate<["-"], "explicit-swift-module-map-file">, MetaVarName<"<path>">,
186- HelpText<"Specify a JSON file containing information of explict Swift modules">;
186+ HelpText<"Specify a JSON file containing information of explicit Swift modules">;
187187
188188def placeholder_dependency_module_map
189189 : Separate<["-"], "placeholder-dependency-module-map-file">, MetaVarName<"<path>">,
@@ -194,7 +194,7 @@ def batch_scan_input_file
194194 HelpText<"Specify a JSON file containing modules to perform batch dependencies scanning">;
195195
196196def import_prescan : Flag<["-"], "import-prescan">,
197- HelpText<"When performing a dependency scan, only dentify all imports of the main Swift module sources">;
197+ HelpText<"When performing a dependency scan, only identify all imports of the main Swift module sources">;
198198
199199def serialize_dependency_scan_cache : Flag<["-"], "serialize-dependency-scan-cache">,
200200 HelpText<"After performing a dependency scan, serialize the scanner's internal state.">;
@@ -816,7 +816,7 @@ def enable_verify_exclusivity : Flag<["-"], "enable-verify-exclusivity">,
816816 HelpText<"Enable verification of access markers used to enforce exclusivity.">;
817817
818818def disable_verify_exclusivity : Flag<["-"], "disable-verify-exclusivity">,
819- HelpText<"Diable verification of access markers used to enforce exclusivity.">;
819+ HelpText<"Disable verification of access markers used to enforce exclusivity.">;
820820
821821def disable_legacy_type_info : Flag<["-"], "disable-legacy-type-info">,
822822 HelpText<"Completely disable legacy type layout">;
0 commit comments