summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-12-25 05:36:36 +0000
committerZac Medico <zmedico@gentoo.org>2008-12-25 05:36:36 +0000
commit0c3e102dc4a6aa53255514dcb348cea4d17728ab (patch)
treec0db4d7c114c4774d8b38e447ce2031115219335 /pym
parent1893bfb768759d75b4b1216b54953075eda7cd36 (diff)
downloadportage-0c3e102dc4a6aa53255514dcb348cea4d17728ab.tar.gz
portage-0c3e102dc4a6aa53255514dcb348cea4d17728ab.tar.bz2
portage-0c3e102dc4a6aa53255514dcb348cea4d17728ab.zip
Fix typo. (trunk r12341)v2.1.6.3
svn path=/main/branches/2.1.6/; revision=12342
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index 48bd9bc1f..ba4c848d9 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -12182,7 +12182,7 @@ def git_sync_timestamps(settings, portdir):
for ec, (ec_path, ec_mtime) in ec_mtimes.iteritems():
updated_mtime = updated_ec_mtimes.get(ec)
if updated_mtime is not None and updated_mtime != ec_mtime:
- writemsg_level("!!! Inconsistend eclass mtime: %s %s\n" % \
+ writemsg_level("!!! Inconsistent eclass mtime: %s %s\n" % \
(cpv, ec), level=logging.ERROR, noiselevel=-1)
inconsistent = True
break