summary refs log tree commit
diff options
context:
space:
mode:
authorMatthew M. Boedicker <matthewm@boedicker.org>2011-06-26 20:41:52 -0400
committerKonstantin Haase <konstantin.mailinglists@googlemail.com>2011-06-29 19:28:15 +0200
commitd27a404f8123add09d206d175cfa60f29328eeea (patch)
tree470f41f519727e8be8770bb4b40e6c7cb914082a
parentebe8f53f0c461e871f8678fd133d60d3537b170f (diff)
downloadrack-d27a404f8123add09d206d175cfa60f29328eeea.tar.gz
fix typo
-rw-r--r--lib/rack/etag.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/etag.rb b/lib/rack/etag.rb
index 099c7065..99b81593 100644
--- a/lib/rack/etag.rb
+++ b/lib/rack/etag.rb
@@ -9,7 +9,7 @@ module Rack
   #
   # On initialization, you can pass two parameters: a Cache-Control directive
   # used when Etag is absent and a directive when it is present. The first
-  # defaults to nil, while the second defaults to "max-age=0, privaute, must-revalidate"
+  # defaults to nil, while the second defaults to "max-age=0, private, must-revalidate"
   class ETag
     DEFAULT_CACHE_CONTROL = "max-age=0, private, must-revalidate".freeze