diff options
Diffstat (limited to 'check-FIXME.pl')
-rwxr-xr-x | check-FIXME.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-FIXME.pl b/check-FIXME.pl index 6d8e900e2..c27e21a7a 100755 --- a/check-FIXME.pl +++ b/check-FIXME.pl @@ -59,7 +59,7 @@ chomp $product; close FILE; -print "Searching the bugzilla database's product $product for open fixme bugs\n"; +print "Searching the bugzilla database's product $product for open FIXME bugs\n"; if (!grep /$product/, ( "nautilus", "gnome-vfs", "medusa", "oaf")) { print "Can't find your product in the bugzilla.eazel.com database\n"; |