From 75b14a29d22c8f8f978cd1fbd45c15259f532448 Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Sun, 12 Dec 2004 20:33:07 +0000 Subject: [PATCH] Fix comment from previous change. git-svn-id: svn://10.0.0.236/trunk@166633 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/tinderbox/build-seamonkey-util.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/tools/tinderbox/build-seamonkey-util.pl b/mozilla/tools/tinderbox/build-seamonkey-util.pl index 921e7c9bde3..114aa6046ec 100644 --- a/mozilla/tools/tinderbox/build-seamonkey-util.pl +++ b/mozilla/tools/tinderbox/build-seamonkey-util.pl @@ -24,7 +24,7 @@ use Config; # for $Config{sig_name} and $Config{sig_num} use File::Find (); use File::Copy; -$::UtilsVersion = '$Revision: 1.291 $ '; +$::UtilsVersion = '$Revision: 1.292 $ '; package TinderUtils; @@ -1072,7 +1072,7 @@ sub get_profile_dir { my $profile_dir; # XXXldb Many of these codepaths look like they won't actually return - # an empty string when there's no profile directory, which callers + # a nonexistant directory when there's no profile directory, which callers # depend on this function doing. In particular, the use of # ($profile_dir) = <$profile_dir . "...">; # doesn't overwrite $profile_dir when the <> gives a 0-length list.