diff options
author | Mani Tadayon <bowsersenior@gmail.com> | 2012-06-04 12:50:01 -0700 |
---|---|---|
committer | Terence Lee <hone02@gmail.com> | 2012-06-05 12:34:17 +0300 |
commit | 1a9aefb24b49895392bb9d670f916d18ddb559cd (patch) | |
tree | 0ab01edbe7c0be30e4d3b9fc5e104b44f91b24be /spec | |
parent | e1d71e7948537333f5b46d8532e4bf0afc3a8ba0 (diff) | |
download | bundler-1a9aefb24b49895392bb9d670f916d18ddb559cd.tar.gz |
Fix typos in error messages
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lock/lockfile_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lock/lockfile_spec.rb b/spec/lock/lockfile_spec.rb index 07f614101a..81c5119e94 100644 --- a/spec/lock/lockfile_spec.rb +++ b/spec/lock/lockfile_spec.rb @@ -646,7 +646,7 @@ describe "the lockfile format" do G bundled_app("Gemfile.lock").should_not exist - out.should include "rack (>= 0) should come from an unspecfied source and git://hubz.com (at master)" + out.should include "rack (>= 0) should come from an unspecified source and git://hubz.com (at master)" end it "works correctly with multiple version dependencies" do |