Browse code

Fixed typo: paramters -> parameters

Dan Carroll authored on 2013/02/12 05:55:12
Showing 1 changed files
... ...
@@ -1741,7 +1741,7 @@ def main():
1741 1741
         sys.exit(1)
1742 1742
 
1743 1743
     if len(args) < commands[command]["argc"]:
1744
-        error(u"Not enough paramters for command '%s'" % command)
1744
+        error(u"Not enough parameters for command '%s'" % command)
1745 1745
         sys.exit(1)
1746 1746
 
1747 1747
     try: