aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/pathname_spec.rb
diff options
context:
space:
mode:
authorJosh Soref2017-09-10 16:35:30 +0000
committerJosh Soref2017-09-10 16:35:30 +0000
commit70ce9fe7f9b96acc62ad622a564ac41b7cad9521 (patch)
tree0539df3bce4acc46abd0fd030f501d5ab9d26d96 /Library/Homebrew/test/pathname_spec.rb
parent1fe2ade15c655b5f7bd2c22fac4b346fff2e434a (diff)
downloadbrew-70ce9fe7f9b96acc62ad622a564ac41b7cad9521.tar.bz2
spelling: intermediate
Diffstat (limited to 'Library/Homebrew/test/pathname_spec.rb')
-rw-r--r--Library/Homebrew/test/pathname_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/pathname_spec.rb b/Library/Homebrew/test/pathname_spec.rb
index 0bc19c5ac..69314e5f4 100644
--- a/Library/Homebrew/test/pathname_spec.rb
+++ b/Library/Homebrew/test/pathname_spec.rb
@@ -295,7 +295,7 @@ describe FileUtils do
let(:dst) { mktmpdir }
describe "#mkdir" do
- it "creates indermediate directories" do
+ it "creates intermediate directories" do
described_class.mkdir dst/"foo/bar/baz" do
expect(dst/"foo/bar/baz").to exist, "foo/bar/baz was not created"
expect(dst/"foo/bar/baz").to be_a_directory, "foo/bar/baz was not a directory structure"