@@ -181,9 +181,9 @@ def disable_typo_correction : Flag<["-"], "disable-typo-correction">,
181
181
def disable_implicit_swift_modules: Flag<["-"], "disable-implicit-swift-modules">,
182
182
HelpText<"Disable building Swift modules implicitly by the compiler">;
183
183
184
- def explict_swift_module_map
184
+ def explicit_swift_module_map
185
185
: 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">;
187
187
188
188
def placeholder_dependency_module_map
189
189
: Separate<["-"], "placeholder-dependency-module-map-file">, MetaVarName<"<path>">,
@@ -194,7 +194,7 @@ def batch_scan_input_file
194
194
HelpText<"Specify a JSON file containing modules to perform batch dependencies scanning">;
195
195
196
196
def 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">;
198
198
199
199
def serialize_dependency_scan_cache : Flag<["-"], "serialize-dependency-scan-cache">,
200
200
HelpText<"After performing a dependency scan, serialize the scanner's internal state.">;
@@ -816,7 +816,7 @@ def enable_verify_exclusivity : Flag<["-"], "enable-verify-exclusivity">,
816
816
HelpText<"Enable verification of access markers used to enforce exclusivity.">;
817
817
818
818
def 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.">;
820
820
821
821
def disable_legacy_type_info : Flag<["-"], "disable-legacy-type-info">,
822
822
HelpText<"Completely disable legacy type layout">;
0 commit comments