Skip to content

Commit b67a73d

Browse files
authored
fix typo
1 parent f699285 commit b67a73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitless/cli/gl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def print_help(parser):
6161
action for action in parser._actions
6262
if isinstance(action, argparse._SubParsersAction)]
6363
# there will probably only be one subparser_action,
64-
# but better save than sorry
64+
# but better safe than sorry
6565
for subparsers_action in subparsers_actions:
6666
# get all subparsers and print help
6767
for choice in subparsers_action._choices_actions:

0 commit comments

Comments
 (0)