aboutsummaryrefslogtreecommitdiffstats
path: root/lib/logger.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/logger.rb')
-rw-r--r--lib/logger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logger.rb b/lib/logger.rb
index 1f09af0f6b..ad1c06fb0e 100644
--- a/lib/logger.rb
+++ b/lib/logger.rb
@@ -607,7 +607,7 @@ private
if FileTest.exist?(age_file)
# try to avoid filename crash caused by Timestamp change.
idx = 0
- # .99 can be overriden; avoid too much file search with 'loop do'
+ # .99 can be overridden; avoid too much file search with 'loop do'
while idx < 100
idx += 1
age_file = "#{@filename}.#{postfix}.#{idx}"