diff --git a/bin/ttree b/bin/ttree index 02069e65..ee1958c4 100755 --- a/bin/ttree +++ b/bin/ttree @@ -5,9 +5,9 @@ # # DESCRIPTION # Script for processing all directory trees containing templates. -# Template files are processed and the output directed to the -# relvant file in an output tree. The timestamps of the source and -# destination files can then be examined for future invocations +# Template files are processed and the output directed to the +# relevant file in an output tree. The timestamps of the source and +# destination files can then be examined for future invocations # to process only those files that have changed. In other words, # it's a lot like 'make' for templates. # @@ -369,4 +369,4 @@ modify it under the same terms as Perl itself. L -=cut +=cut \ No newline at end of file diff --git a/lib/Template/App/ttree.pm b/lib/Template/App/ttree.pm index 1c465a34..7d9f1682 100644 --- a/lib/Template/App/ttree.pm +++ b/lib/Template/App/ttree.pm @@ -7,7 +7,7 @@ package Template::App::ttree; # DESCRIPTION # Script for processing all directory trees containing templates. # Template files are processed and the output directed to the -# relvant file in an output tree. The timestamps of the source and +# relevant file in an output tree. The timestamps of the source and # destination files can then be examined for future invocations # to process only those files that have changed. In other words, # it's a lot like 'make' for templates. @@ -1059,4 +1059,4 @@ modify it under the same terms as Perl itself. L -=cut +=cut \ No newline at end of file diff --git a/lib/Template/Filters.pm b/lib/Template/Filters.pm index dd52bcc5..deeb2f20 100644 --- a/lib/Template/Filters.pm +++ b/lib/Template/Filters.pm @@ -753,7 +753,7 @@ are added to the standard filters which are available by default. $filters = Template::Filters->new({ FILTERS => { 'sfilt1' => \&static_filter, - 'dfilt1' => [ \&dyanamic_filter_factory, 1 ], + 'dfilt1' => [ \&dynamic_filter_factory, 1 ], }, }); @@ -803,4 +803,4 @@ L, L