diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-07-05 04:17:34 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-07-05 04:17:34 +0200 |
commit | f6220f0de4526bb18430903608a3bdf783120c94 (patch) | |
tree | 288131e3e71a63d24582413c5bdf7af415b26f78 | |
parent | 2357a6077f3a6ffe3988210a0b3d3528ac93534e (diff) | |
download | portato-f6220f0de4526bb18430903608a3bdf783120c94.tar.gz portato-f6220f0de4526bb18430903608a3bdf783120c94.tar.bz2 portato-f6220f0de4526bb18430903608a3bdf783120c94.zip |
Typo
Diffstat (limited to '')
-rw-r--r-- | portato/backend/flags.py | 2 |
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 |