diff options
author | Dan Langille <dvl@FreeBSD.org> | 2022-10-26 16:45:54 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2022-10-26 16:55:27 +0000 |
commit | 92b5359cdf584bbaa3cd4418dc84b00154cd978f (patch) | |
tree | f4128752832fc8de08ebf8eccaa0bd5c782ac223 /databases/mysql57-server/files/mysql-server.in | |
parent | graphics/pecl-imagick: Update to 3.7.0 (diff) |
databases/and_others: Fix rc.d script comment
I found this typo while researching something else. It seems to have
propgated around the tree.
Approved by: blanket
Diffstat (limited to 'databases/mysql57-server/files/mysql-server.in')
-rw-r--r-- | databases/mysql57-server/files/mysql-server.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql57-server/files/mysql-server.in b/databases/mysql57-server/files/mysql-server.in index 3addbaa92431..8f3c4858f36d 100644 --- a/databases/mysql57-server/files/mysql-server.in +++ b/databases/mysql57-server/files/mysql-server.in @@ -16,7 +16,7 @@ # Set it in the rc.conf or default behaviour of # `mysqld_safe` itself, will be picking # ${mysql_confdir}/my.cnf if it exists. -# mysql_pidfile (str): Custum PID file path and name. +# mysql_pidfile (str): Custom PID file path and name. # Default to "${mysql_dbdir}/${hostname}.pid". # mysql_args (str): Custom additional arguments to be passed # to mysqld_safe (default empty). |