summaryrefslogtreecommitdiff
path: root/portato.py
diff options
context:
space:
mode:
authorNecoro <>2007-11-11 15:16:57 +0000
committerNecoro <>2007-11-11 15:16:57 +0000
commit724f755bfcd5e007cb5de912abacb5b97ec9631b (patch)
tree056d95ccbe2dc2939405d2a30e784c2be7840e0b /portato.py
parente57ad9922d2d685f78153d0a9a90703aec6798d0 (diff)
downloadportato-724f755bfcd5e007cb5de912abacb5b97ec9631b.tar.gz
portato-724f755bfcd5e007cb5de912abacb5b97ec9631b.tar.bz2
portato-724f755bfcd5e007cb5de912abacb5b97ec9631b.zip
r535@Devoty: necoro | 2007-11-11 16:15:20 +0100
Typo
Diffstat (limited to 'portato.py')
-rwxr-xr-xportato.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato.py b/portato.py
index 0c1498d..61fb8d3 100755
--- a/portato.py
+++ b/portato.py
@@ -80,7 +80,7 @@ def main ():
try:
exec ("from portato.gui.%s import run, show_ebuild" % options.frontend)
except ImportError, e:
- print _("'%(frontend)s' should be installed, but cannot be imported. This is definitly a bug. (%(error)s)") % {"frontend": options.frontend, "error": e[0]}
+ print _("'%(frontend)s' should be installed, but cannot be imported. This is definitely a bug. (%(error)s)") % {"frontend": options.frontend, "error": e[0]}
sys.exit(1)
if options.ebuild: # show ebuild