summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-02-16 12:04:36 +0100
committerjustdave%syndicomm.com <>2002-02-16 12:04:36 +0100
commit2df884eb2f0798e67d236fdfe0b29eed4acdded2 (patch)
treec6d87678a39cd178f4c53eb727cba22670c5bf7c /checksetup.pl
parent681673a91a855b802f4ef3cdba880eef618004dd (diff)
downloadbugzilla-2df884eb2f0798e67d236fdfe0b29eed4acdded2.tar.gz
bugzilla-2df884eb2f0798e67d236fdfe0b29eed4acdded2.tar.xz
Fixing typo in previous checkin.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index cbf6e7e09..32fae32fa 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 (\\\\)