[Templates-cvs] cvs commit: Template2/lib/Template Context.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 06/01/30 14:23:01
Modified: lib/Template Context.pm
Log:
* typos
Revision Changes Path
2.93 +6 -6 Template2/lib/Template/Context.pm
Index: Context.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Context.pm,v
retrieving revision 2.92
retrieving revision 2.93
diff -u -r2.92 -r2.93
--- Context.pm 2004/12/24 14:24:01 2.92
+++ Context.pm 2006/01/30 14:23:01 2.93
@@ -18,7 +18,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Context.pm,v 2.92 2004/12/24 14:24:01 abw Exp $
+# $Id: Context.pm,v 2.93 2006/01/30 14:23:01 abw Exp $
#
#============================================================================
@@ -35,7 +35,7 @@
use Template::Constants;
use Template::Exception;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.92 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.93 $ =~ /(\d+)\.(\d+)/);
$DEBUG_FORMAT = "\n## \$file line \$line : [% \$text %] ##\n";
@@ -588,7 +588,7 @@
#
# The leave() method is called when the document has finished
# processing itself. This removes the entry from the BLKSTACK list
-# that was added visit() above. For persistance of BLOCK definitions,
+# that was added visit() above. For persistence of BLOCK definitions,
# the process() method (i.e. the PROCESS directive) does some extra
# magic to copy BLOCKs into a shared hash.
#------------------------------------------------------------------------
@@ -606,7 +606,7 @@
# be specified as a reference to a sub-routine or Template::Document
# object or as text which is compiled into a template. Returns a true
# value (the $block reference or compiled block reference) if
-# succesful or undef on failure. Call error() to retrieve the
+# successful or undef on failure. Call error() to retrieve the
# relevent error message (i.e. compilation failure).
#------------------------------------------------------------------------
@@ -1554,8 +1554,8 @@
=head1 VERSION
-2.91, distributed as part of the
-Template Toolkit version 2.14, released on 04 October 2004.
+2.92, distributed as part of the
+Template Toolkit version 2.15, released on 27 January 2006.
=head1 COPYRIGHT