From 1dad9d9390c252fc92178c4ba66d7d311b0b646d Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Fri, 21 Mar 2025 09:47:19 -0400 Subject: [PATCH 1/2] typo: relvant => relevant --- bin/ttree | 8 ++++---- lib/Template/App/ttree.pm | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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 From 200fa581d0f51a0230592e8d767464d58ca03726 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Fri, 21 Mar 2025 09:59:31 -0400 Subject: [PATCH 2/2] typo: dyanamic => dynamic --- lib/Template/Filters.pm | 4 ++-- lib/Template/Manual/Config.pod | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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