summaryrefslogtreecommitdiff
path: root/HISTORY.txt
diff options
context:
space:
mode:
authortisdall <tisdall@gmail.com>2013-08-09 14:47:15 -0400
committertisdall <tisdall@gmail.com>2013-08-09 14:47:15 -0400
commitb4cd53a9f3f133603c5139b42134deba1f78276a (patch)
tree6333b448a5b16051d3fbb55fd698a55b1d1cffa6 /HISTORY.txt
parentbfd928b5424c49343c6680715013d61bf4991cfa (diff)
downloadpyramid-b4cd53a9f3f133603c5139b42134deba1f78276a.tar.gz
pyramid-b4cd53a9f3f133603c5139b42134deba1f78276a.tar.bz2
pyramid-b4cd53a9f3f133603c5139b42134deba1f78276a.zip
"wilcard" to "wildcard"
Diffstat (limited to 'HISTORY.txt')
-rw-r--r--HISTORY.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index 67de56998..bf054f9ed 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -2150,7 +2150,7 @@ Features
- Add ``wild_domain`` argument to AuthTktAuthenticationPolicy, which defaults
to ``True``. If it is set to ``False``, the feature of the policy which
- sets a cookie with a wilcard domain will be turned off.
+ sets a cookie with a wildcard domain will be turned off.
- Add a ``MANIFEST.in`` file to each paster template. See
https://github.com/Pylons/pyramid/issues#issue/95