diff options
-rwxr-xr-x | checksetup.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl index 9e67e308c..23c52b221 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -758,8 +758,8 @@ $db_pass = ''; ]); LocalVar('db_sock', q[ -# MySQL Only: Enter a path to the unix socket for mysql. If this is -# blank, then mysql\'s compiled-in default will be used. You probably +# MySQL Only: Enter a path to the unix socket for MySQL. If this is +# blank, then MySQL's compiled-in default will be used. You probably # want that. $db_sock = ''; ]); |