s/cronological/chronological/ for you anal peeps
authorMike Frysinger <vapier@gentoo.org>
Fri, 3 Feb 2006 01:54:01 +0000 (01:54 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 3 Feb 2006 01:54:01 +0000 (01:54 -0000)
svn path=/main/trunk/; revision=2626

pym/portage.py

index 2a13f0c8a1f4dd620bc1a278572f4121ca109062..b717fe0090b4c4bec2071a164adb10a328e115e3 100644 (file)
@@ -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: