summaryrefslogtreecommitdiff
path: root/lib/bundler/dsl.rb
diff options
context:
space:
mode:
authorMani Tadayon <bowsersenior@gmail.com>2012-06-04 12:50:01 -0700
committerTerence Lee <hone02@gmail.com>2012-06-05 12:34:17 +0300
commit1a9aefb24b49895392bb9d670f916d18ddb559cd (patch)
tree0ab01edbe7c0be30e4d3b9fc5e104b44f91b24be /lib/bundler/dsl.rb
parente1d71e7948537333f5b46d8532e4bf0afc3a8ba0 (diff)
downloadbundler-1a9aefb24b49895392bb9d670f916d18ddb559cd.tar.gz
Fix typos in error messages
Diffstat (limited to 'lib/bundler/dsl.rb')
-rw-r--r--lib/bundler/dsl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/dsl.rb b/lib/bundler/dsl.rb
index f62cf03ee9..286b6d493e 100644
--- a/lib/bundler/dsl.rb
+++ b/lib/bundler/dsl.rb
@@ -86,7 +86,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