summary refs log tree commit
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-09-05 11:03:00 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-09-05 11:03:00 -0700
commit6b4909ba0cb3ea5249766d3611c345865b7e214d (patch)
tree68c3fd2657a3f60a66c9e9cd4203ca9d2e2e3a7d
parent4224c028c71c4ccca7cdb3e5a10c51af797a4d4d (diff)
parentedf1588425b51c977b717115ed42837f7c326f62 (diff)
downloadrack-6b4909ba0cb3ea5249766d3611c345865b7e214d.tar.gz
Merge pull request #940 from BenMorganIO/delimeted-to-delimited
fix spelling of delimited
-rw-r--r--lib/rack/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/utils.rb b/lib/rack/utils.rb
index cc4d1ba8..9799df48 100644
--- a/lib/rack/utils.rb
+++ b/lib/rack/utils.rb
@@ -220,7 +220,7 @@ module Rack
         #
         # These are best described in RFC 2616 3.3.1. This RFC text also
         # specifies that RFC 822 as updated by RFC 1123 is preferred. That is a
-        # fixed length format with space-date delimeted fields.
+        # fixed length format with space-date delimited fields.
         #
         # See also RFC 1123 section 5.2.14.
         #