summaryrefslogtreecommitdiff
path: root/spec/ruby/library/tmpdir
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/tmpdir')
-rw-r--r--spec/ruby/library/tmpdir/dir/mktmpdir_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/tmpdir/dir/mktmpdir_spec.rb b/spec/ruby/library/tmpdir/dir/mktmpdir_spec.rb
index 6f56f60425..a619f386a6 100644
--- a/spec/ruby/library/tmpdir/dir/mktmpdir_spec.rb
+++ b/spec/ruby/library/tmpdir/dir/mktmpdir_spec.rb
@@ -99,7 +99,7 @@ describe "Dir.mktmpdir when passed [Array]" do
Dir.rmdir @tmpdir if File.directory? @tmpdir
end
- it "uses the first element of the passed Array as a prefix and the scond element as a suffix to the tmp-directory" do
+ it "uses the first element of the passed Array as a prefix and the second element as a suffix to the tmp-directory" do
prefix = "before"
suffix = "after"