From: Don Armstrong Date: Thu, 20 Sep 2007 05:52:37 +0000 (-0700) Subject: add missing newline and fix typo in missing template error X-Git-Tag: release/2.6.0~510^2~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=68475059679b704237689dc7e20bca89d54fe7a6;p=debbugs.git add missing newline and fix typo in missing template error --- 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;