[Templates-cvs] cvs commit: Template2/docsrc/src/Modules/Template Document.tt2

cvs@template-toolkit.org cvs@template-toolkit.org


cvs         06/01/30 14:21:11

  Modified:    docsrc/src/Modules/Template Document.tt2
  Log:
  * typos
  
  Revision  Changes    Path
  1.3       +2 -2      Template2/docsrc/src/Modules/Template/Document.tt2
  
  Index: Document.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Modules/Template/Document.tt2,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Document.tt2	2003/07/01 12:42:54	1.2
  +++ Document.tt2	2006/01/30 14:21:11	1.3
  @@ -125,7 +125,7 @@
   
   =head2 write_perl_file(\%config)
   
  -This package subroutine is provided to effect persistance of compiled
  +This package subroutine is provided to effect persistence of compiled
   templates.  If the COMPILE_EXT option (to indicate a file extension
   for saving compiled templates) then the Template::Parser module calls
   this subroutine before calling the new() constructor.  At this stage,
  @@ -133,5 +133,5 @@
   containing Perl code.  We can write that to a file, enclosed in a
   small wrapper which will allow us to susequently require() the file
   and have Perl parse and compile it into a Template::Document.  Thus we
  -have persistance of compiled templates.
  +have persistence of compiled templates.