Skip to content

Commit

Permalink
Merge pull request #111 from dccarroll/master
Browse files Browse the repository at this point in the history
Fixed a typo in error message
  • Loading branch information
mludvig committed Feb 27, 2013
2 parents a0f0f4f + 742061f commit 35d5921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3cmd
Expand Up @@ -1971,7 +1971,7 @@ def main():
sys.exit(1)

if len(args) < commands[command]["argc"]:
error(u"Not enough paramters for command '%s'" % command)
error(u"Not enough parameters for command '%s'" % command)
sys.exit(1)

try:
Expand Down

0 comments on commit 35d5921

Please sign in to comment.