From 68475059679b704237689dc7e20bca89d54fe7a6 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 19 Sep 2007 22:52:37 -0700 Subject: [PATCH] add missing newline and fix typo in missing template error --- Debbugs/Text.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debbugs/Text.pm b/Debbugs/Text.pm index 6be0d1c..7913a04 100644 --- a/Debbugs/Text.pm +++ b/Debbugs/Text.pm @@ -242,7 +242,7 @@ sub _locate_text{ } my $loc = $config{template_dir}.'/'.$language.'/'.$template.'.tmpl'; if (not -e $loc) { - print STDERR "Unable to locate tmeplate $loc"; + print STDERR "Unable to locate template $loc\n"; return undef; } return $loc; -- 2.39.2