]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Text.pm
add missing newline and fix typo in missing template error
[debbugs.git] / Debbugs / Text.pm
index 6be0d1cf038038012f0c20ca0e433bd0bbd8684a..7913a0470546072059fe4294f1da087876bc084b 100644 (file)
@@ -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;