* spelling
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ def main():
|
||||
# sequentially.
|
||||
if len(args) != 1:
|
||||
help()
|
||||
raise PisiBuildError, "pisi-build excepts one (and only one) pspec file currently"
|
||||
raise PisiBuildError, "pisi-build expects one (and only one) pspec file currently"
|
||||
else:
|
||||
pspec = args[0]
|
||||
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ def main():
|
||||
# sequentially.
|
||||
if len(args) != 1:
|
||||
help()
|
||||
raise util.ArgError, "pisi-install excepts one (and only one) package file currently"
|
||||
raise util.ArgError, "pisi-install expects one (and only one) package file currently"
|
||||
else:
|
||||
package_fn = args[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user