diff options
-rw-r--r-- | pym/portage.py | 2 |
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: |