]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixing typo in previous checkin.
authorjustdave%syndicomm.com <>
Sat, 16 Feb 2002 11:04:36 +0000 (11:04 +0000)
committerjustdave%syndicomm.com <>
Sat, 16 Feb 2002 11:04:36 +0000 (11:04 +0000)
checksetup.pl

index cbf6e7e0976bd5bd6ed3fa664ab7794943bbcda3..32fae32faba755bb41835bdfd851b9382ff9233a 100755 (executable)
@@ -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 (\\\\)