diff options
author | Mani Tadayon <bowsersenior@gmail.com> | 2012-06-04 12:50:01 -0700 |
---|---|---|
committer | Mani Tadayon <bowsersenior@gmail.com> | 2012-06-04 12:50:01 -0700 |
commit | fa28ae9f3c1b8364547ac9b5dc76937923e202fb (patch) | |
tree | 0bc97b498b34e117e7a733a3ea1d9f823f337138 /lib | |
parent | ef0991163164809e2bfee1aa1b3ebdbf516e1bd0 (diff) | |
download | bundler-fa28ae9f3c1b8364547ac9b5dc76937923e202fb.tar.gz |
Fix typos in error messages
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bundler/dsl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/dsl.rb b/lib/bundler/dsl.rb index f54b0d9ef8..d07a491c00 100644 --- a/lib/bundler/dsl.rb +++ b/lib/bundler/dsl.rb @@ -93,7 +93,7 @@ module Bundler else raise DslError, "You cannot specify the same gem twice coming from different sources. You " \ "specified that #{dep.name} (#{dep.requirement}) should come from " \ - "#{current.source || 'an unspecfied source'} and #{dep.source}" + "#{current.source || 'an unspecified source'} and #{dep.source}" end end end |