[Python-checkins] python/dist/src/Lib Cookie.py,1.11,1.11.16.1

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Thu, 20 Feb 2003 22:59:09 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv9646

Modified Files:
      Tag: release22-maint
	Cookie.py 
Log Message:
Spelling error

Index: Cookie.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/Cookie.py,v
retrieving revision 1.11
retrieving revision 1.11.16.1
diff -C2 -d -r1.11 -r1.11.16.1
*** Cookie.py	2 Aug 2001 07:15:29 -0000	1.11
--- Cookie.py	21 Feb 2003 06:59:07 -0000	1.11.16.1
***************
*** 52,56 ****
  
  Most of the time you start by creating a cookie.  Cookies come in
! three flavors, each with slighly different encoding semanitcs, but
  more on that later.
  
--- 52,56 ----
  
  Most of the time you start by creating a cookie.  Cookies come in
! three flavors, each with slightly different encoding semanitcs, but
  more on that later.