* spelling

This commit is contained in:
Eray Özkural
2005-06-10 15:32:23 +00:00
parent 1dba1eebab
commit da25ef0902
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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]