Skip to content

Commit 4611caf

Browse files
committed
spelling: separately
Signed-off-by: Josh Soref <[email protected]>
1 parent 62f8148 commit 4611caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/api_checker/swift-api-checker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@ def main():
260260
basic_group.add_argument('--separate-by-module',
261261
action='store_true',
262262
help='When importing entire SDK, dump content '
263-
'seprately by module names')
263+
'separately by module names')
264264

265265
basic_group.add_argument('--zippered',
266266
action='store_true',
267267
help='dump module content to a dir with files for'
268-
'seprately targets')
268+
'separately targets')
269269

270270
basic_group.add_argument('--abi',
271271
action='store_true',

0 commit comments

Comments
 (0)