summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-11 03:58:07 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-11 03:58:07 +0000
commite1db3605fd8b21aa9b5277114d18bdd21f54c832 (patch)
tree112f1d31887931402cea6d78e63c466c966fdbec /lib
parenta4cbd6412aa8b16893db47ff18243bb4d5371899 (diff)
* ext/win32ole/sample/olegen.rb: Fix typo
* ext/openssl/ossl_asn1.c: [DOC] Fix typo * lib/webrick/accesslog.rb: ditto * template/yarvarch.ja: ditto s/recieve/receive/ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/webrick/accesslog.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/webrick/accesslog.rb b/lib/webrick/accesslog.rb
index 0a3c380406..4df27efc29 100644
--- a/lib/webrick/accesslog.rb
+++ b/lib/webrick/accesslog.rb
@@ -85,7 +85,7 @@ module WEBrick
# %q:: Request query string
# %r:: First line of the request
# %s:: Request status
- # %t:: Time the request was recieved
+ # %t:: Time the request was received
# %T:: Time taken to process the request
# %u:: Remote user from auth
# %U:: Unparsed URI