Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjoern Ruberg committed Mar 1, 2011
1 parent 4184ed1 commit 24fe3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/tutorial/cookies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ underscore::
// Remove a ";" prefix, if present.
set req.http.Cookie = regsub(req.http.Cookie, "^;\s*", "");

Let me show you an example where we remove everything but the cookies
Let me show you an example where we remove everything except the cookies
named COOKIE1 and COOKIE2 and you can marvel at it::

sub vcl_recv {
Expand Down

0 comments on commit 24fe3cd

Please sign in to comment.