diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-09-24 02:28:25 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-09-24 02:28:25 +0000 |
commit | 0cc169d1de0decb3fae626a4b30297b7f4792745 (patch) | |
tree | c9ebb037e938da67a5ea9eac8215d369c6727fcd /lib/rubygems | |
parent | 967c01339126acb078e79fb9a9a618a435a27dba (diff) |
fid typos [ci skip]
* fix typos, "a" before "Integer" to "an". [Fix GH-1438]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems')
-rw-r--r-- | lib/rubygems/specification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb index bb912ce24c..5bbaec3911 100644 --- a/lib/rubygems/specification.rb +++ b/lib/rubygems/specification.rb @@ -2698,7 +2698,7 @@ class Gem::Specification < Gem::BasicSpecification unless specification_version.is_a?(Integer) raise Gem::InvalidSpecificationException, - 'specification_version must be a Integer (did you mean version?)' + 'specification_version must be an Integer (did you mean version?)' end case platform |