summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-07-05 04:17:34 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-07-05 04:17:34 +0200
commitf6220f0de4526bb18430903608a3bdf783120c94 (patch)
tree288131e3e71a63d24582413c5bdf7af415b26f78
parent2357a6077f3a6ffe3988210a0b3d3528ac93534e (diff)
downloadportato-f6220f0de4526bb18430903608a3bdf783120c94.tar.gz
portato-f6220f0de4526bb18430903608a3bdf783120c94.tar.bz2
portato-f6220f0de4526bb18430903608a3bdf783120c94.zip
Typo
-rw-r--r--portato/backend/flags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/flags.py b/portato/backend/flags.py
index 49fa608..51e5289 100644
--- a/portato/backend/flags.py
+++ b/portato/backend/flags.py
@@ -687,7 +687,7 @@ def set_testing (pkg, enable):
try:
flagMatches = flags[0] == "~"+arch
except IndexError: # no flags
- warning(_("Line %(line)s in file %(file)s misses a keyword (i.e. '~x86')."), {'line' : line, 'file': file})
+ warning(_("Line %(line)s in file %(file)s misses a keyword (e.g. '~x86')."), {'line' : line, 'file': file})
debug("No keyword. Assuming match.")
flagMatches = True