From 724f755bfcd5e007cb5de912abacb5b97ec9631b Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Sun, 11 Nov 2007 15:16:57 +0000 Subject: r535@Devoty: necoro | 2007-11-11 16:15:20 +0100 Typo --- portato.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato.py') 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 -- cgit v1.2.3