]> git.donarmstrong.com Git - debbugs.git/commitdiff
add missing newline and fix typo in missing template error
authorDon Armstrong <don@donarmstrong.com>
Thu, 20 Sep 2007 05:52:37 +0000 (22:52 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 20 Sep 2007 05:52:37 +0000 (22:52 -0700)
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;