From f7932e692baa69b681e4ceeafae542ff951af54b Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Mon, 15 Jul 2024 09:06:05 +0200 Subject: [PATCH] Bug 36357: Fix typos --- Koha/Template/Filters/I18N.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Template/Filters/I18N.pm b/Koha/Template/Filters/I18N.pm index 5cface7865..9b0a7cd35f 100644 --- a/Koha/Template/Filters/I18N.pm +++ b/Koha/Template/Filters/I18N.pm @@ -23,14 +23,14 @@ our $DYNAMIC_FILTERS = { # There are two ways to fix this: # 1. Change the order of arguments in Koha::Template::Plugin::I18N and # change the -k options in xgettext-tt2 (the msgid must be first), or - # 2. Usesdf different keywords, and add them as -k options in xgettext-tt2 + # 2. Uses different keywords, and add them as -k options in xgettext-tt2 }; =head1 METHODS =head2 fetch -Instanticate or return a ref to the filter subroutines +Instantiate or return a ref to the filter subroutines =cut -- 2.39.5