Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bin/ttree
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down Expand Up @@ -369,4 +369,4 @@ modify it under the same terms as Perl itself.

L<tpage|Template::Tools::tpage>

=cut
=cut
4 changes: 2 additions & 2 deletions lib/Template/App/ttree.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -1059,4 +1059,4 @@ modify it under the same terms as Perl itself.

L<Template::Tools::ttree|ttree>

=cut
=cut
4 changes: 2 additions & 2 deletions lib/Template/Filters.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
},
});

Expand Down Expand Up @@ -803,4 +803,4 @@ L<Template::Manual::Filters>, L<Template>, L<Template::Context>
# indent-tabs-mode: nil
# End:
#
# vim: expandtab shiftwidth=4:
# vim: expandtab shiftwidth=4:
4 changes: 2 additions & 2 deletions lib/Template/Manual/Config.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ reference and is assumed to be static.
FILTERS => {
'sfilt1' => \&static_filter, # static
'sfilt2' => [ \&static_filter, 0 ], # same as above
'dfilt1' => [ \&dyanamic_filter_factory, 1 ],
'dfilt1' => [ \&dynamic_filter_factory, 1 ],
},
});

Expand Down Expand Up @@ -1917,4 +1917,4 @@ created and used automatically if a C<GRAMMAR> item isn't specified.
# indent-tabs-mode: nil
# End:
#
# vim: expandtab shiftwidth=4:
# vim: expandtab shiftwidth=4: