From: justdave%syndicomm.com <> Date: Sat, 16 Feb 2002 11:04:36 +0000 (+0000) Subject: Fixing typo in previous checkin. X-Git-Tag: bugzilla-2.16rc1~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2df884eb2f0798e67d236fdfe0b29eed4acdded2;p=thirdparty%2Fbugzilla.git Fixing typo in previous checkin. --- diff --git a/checksetup.pl b/checksetup.pl index cbf6e7e097..32fae32fab 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -376,7 +376,7 @@ $db_user = "bugs"; # user to attach to the MySQL database '); LocalVar('db_pass', ' # -# Enter your database password here. It's normally advisable to specify +# Enter your database password here. It\'s normally advisable to specify # a password for your bugzilla database user. # If you use apostrophe (\') or a backslash (\\) in your password, you\'ll # need to escape it by preceding it with a \\ character. (\\\') or (\\\\)