summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-03 01:54:01 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-03 01:54:01 +0000
commit24351730eebfc8445a4d0d341b7dad90aa73d7e8 (patch)
tree9a012060b09bd82a1f4bb7a4747c8104fc12c675 /pym
parentf383da499d0c599ecbd7c3deb5014fe7a0de6cf6 (diff)
downloadportage-24351730eebfc8445a4d0d341b7dad90aa73d7e8.tar.gz
portage-24351730eebfc8445a4d0d341b7dad90aa73d7e8.tar.bz2
portage-24351730eebfc8445a4d0d341b7dad90aa73d7e8.zip
s/cronological/chronological/ for you anal peeps
svn path=/main/trunk/; revision=2626
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 2a13f0c8a..b717fe009 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -462,7 +462,7 @@ def elog_process(cpv, mysettings):
# shortcut for packages without any messages
if len(mylogfiles) == 0:
return
- # exploit listdir() file order so we process log entries in cronological order
+ # exploit listdir() file order so we process log entries in chronological order
mylogfiles.reverse()
mylogentries = {}
for f in mylogfiles: