summaryrefslogtreecommitdiff
path: root/spec/ruby/library/logger/logger/new_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/logger/logger/new_spec.rb')
-rw-r--r--spec/ruby/library/logger/logger/new_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/logger/logger/new_spec.rb b/spec/ruby/library/logger/logger/new_spec.rb
index cf965ac03b..3a83968eb1 100644
--- a/spec/ruby/library/logger/logger/new_spec.rb
+++ b/spec/ruby/library/logger/logger/new_spec.rb
@@ -37,7 +37,7 @@ describe "Logger#new" do
lambda { Logger.new(@log_file, 1).close }.should_not raise_error
end
- it "receivs a maximum logfile size as third argument" do
+ it "receives a maximum logfile size as third argument" do
# This should create 2 small log files, logfile_test and logfile_test.0
# in /tmp, each one with a different message.
path = tmp("logfile_test.log")