summaryrefslogtreecommitdiff
path: root/lib/bundler/remote_specification.rb
diff options
context:
space:
mode:
authorJake Worth <jworth@prevailhs.com>2014-01-22 14:50:03 -0600
committerAndre Arko <andre@arko.net>2014-01-25 00:27:40 -0800
commit5b0d6fde8297d9b9015fc613d2b78bd018be2a23 (patch)
treef026c6aa2981b8bf08f7dec46f7b00036aeff30d /lib/bundler/remote_specification.rb
parentfc0a620873e107310d588579cded6c6ee9dbe417 (diff)
downloadbundler-5b0d6fde8297d9b9015fc613d2b78bd018be2a23.tar.gz
Fix some typos in lib/
closes #2835
Diffstat (limited to 'lib/bundler/remote_specification.rb')
-rw-r--r--lib/bundler/remote_specification.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/remote_specification.rb b/lib/bundler/remote_specification.rb
index 85405c4c1b..d08bd9d3d8 100644
--- a/lib/bundler/remote_specification.rb
+++ b/lib/bundler/remote_specification.rb
@@ -5,7 +5,7 @@ module Bundler
# Represents a lazily loaded gem specification, where the full specification
# is on the source server in rubygems' "quick" index. The proxy object is to
# be seeded with what we're given from the source's abbreviated index - the
- # full specification will only be fetched when necesary.
+ # full specification will only be fetched when necessary.
class RemoteSpecification
include MatchPlatform