Browse code

Merge pull request #111 from dccarroll/master

Fixed a typo in error message

Michal Ludvig authored on 2013/02/27 09:47:42
Showing 1 changed files
... ...
@@ -1971,7 +1971,7 @@ def main():
1971 1971
         sys.exit(1)
1972 1972
 
1973 1973
     if len(args) < commands[command]["argc"]:
1974
-        error(u"Not enough paramters for command '%s'" % command)
1974
+        error(u"Not enough parameters for command '%s'" % command)
1975 1975
         sys.exit(1)
1976 1976
 
1977 1977
     try: