From 6693e3e7230ca64b01ffb24d2693af1c77bd2998 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 22 Oct 2017 11:27:06 +0000 Subject: Fixed misspelling words. These are detected by https://github.com/client9/misspell git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/http/header.rb | 4 ++-- lib/racc/rdoc/grammar.en.rdoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/net/http/header.rb b/lib/net/http/header.rb index 8f3206d363..3484b5b681 100644 --- a/lib/net/http/header.rb +++ b/lib/net/http/header.rb @@ -77,7 +77,7 @@ module Net::HTTPHeader else val = val.to_s if /[\r\n]/n.match?(val.b) - raise ArgumentError, 'header field value cannnot include CR/LF' + raise ArgumentError, 'header field value cannot include CR/LF' end @header[key.downcase] = [val] end @@ -90,7 +90,7 @@ module Net::HTTPHeader else val = val.to_s if /[\r\n]/n.match?(val.b) - raise ArgumentError, 'header field value cannnot include CR/LF' + raise ArgumentError, 'header field value cannot include CR/LF' end ary.push val end diff --git a/lib/racc/rdoc/grammar.en.rdoc b/lib/racc/rdoc/grammar.en.rdoc index c00e19daff..af10803f3a 100644 --- a/lib/racc/rdoc/grammar.en.rdoc +++ b/lib/racc/rdoc/grammar.en.rdoc @@ -16,7 +16,7 @@ You can insert comments about all places. Two styles of comments can be used, Ru The class block is formed like this: class CLASS_NAME - [precedance table] + [precedence table] [token declarations] [expected number of S/R conflicts] [options] -- cgit v1.2.3