Skip to content

Commit

Permalink
Merge pull request #122 from aepsil0n/typo
Browse files Browse the repository at this point in the history
Fix typo 'worikng' → 'working'
  • Loading branch information
jacebrowning committed Jun 10, 2016
2 parents d762b3e + c2e8be6 commit a7635a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitman/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def call(name, *args, _show=True, _ignore=False):
else:
message = (
"An external program call failed." + "\n\n"
"In worikng directory: " + os.getcwd() + "\n\n"
"In working directory: " + os.getcwd() + "\n\n"
"The following command produced a non-zero return code:" + "\n\n" +
program + "\n" +
command.stdout
Expand Down

0 comments on commit a7635a8

Please sign in to comment.