[Python-checkins] python/dist/src/Doc/lib libgettext.tex,1.11,1.12

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 23 Jun 2002 19:22:42 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv25777/Doc/lib

Modified Files:
	libgettext.tex 
Log Message:
SF # 572928 One word change for lib/libgettext.tex

Fix typo.


Index: libgettext.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgettext.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** libgettext.tex	11 Jan 2002 06:58:49 -0000	1.11
--- libgettext.tex	24 Jun 2002 02:22:39 -0000	1.12
***************
*** 449,453 ****
  \subsubsection{Deferred translations}
  
! In most coding situations, strings are translated were they are coded.
  Occasionally however, you need to mark strings for translation, but
  defer actual translation until later.  A classic example is:
--- 449,453 ----
  \subsubsection{Deferred translations}
  
! In most coding situations, strings are translated where they are coded.
  Occasionally however, you need to mark strings for translation, but
  defer actual translation until later.  A classic example is: