chiark / gitweb /
Minor typo fix
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 4 Mar 2014 23:36:32 +0000 (23:36 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Tue, 4 Mar 2014 23:36:50 +0000 (23:36 +0000)
fdroidserver/build.py

index 051baa8a098fd77f4d5d63a16bfc9bdad4ccb2f9..b5d5ea2a17e6f8ffe0f36b56448735b10c8d03a2 100644 (file)
@@ -809,7 +809,7 @@ def parse_commandline():
                       help="Update the wiki")
     options, args = parser.parse_args()
 
-    # Force --stop with --on-server to get cotrect exit code
+    # Force --stop with --on-server to get correct exit code
     if options.onserver:
         options.stop = True