diff options
author | feld <feld@FreeBSD.org> | 2014-03-03 23:14:04 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-03-03 23:14:04 +0800 |
commit | 1f38e77046d46238dfceb19585a2fc8e8ae76018 (patch) | |
tree | 1d0596161cf23819445779b41868f8cdcecb7ef8 | |
parent | e4ebb7d407190a8cd22e42981750030503bbeeb3 (diff) | |
download | freebsd-ports-gnome-1f38e77046d46238dfceb19585a2fc8e8ae76018.tar.gz freebsd-ports-gnome-1f38e77046d46238dfceb19585a2fc8e8ae76018.tar.zst freebsd-ports-gnome-1f38e77046d46238dfceb19585a2fc8e8ae76018.zip |
fix minor spelling error
-rw-r--r-- | sysutils/daemontools/files/svscan.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/daemontools/files/svscan.in b/sysutils/daemontools/files/svscan.in index b6c9476589d3..30b2b3973c54 100644 --- a/sysutils/daemontools/files/svscan.in +++ b/sysutils/daemontools/files/svscan.in @@ -15,7 +15,7 @@ # svscan_enable Set to "YES" to run svscan. # svscan_servicedir The directory containing the various service. # directories to be monitored. Professor Daniel J. -# Bernstein recomments "/service", but the FreeBSD +# Bernstein recommends "/service", but the FreeBSD # port has a default of "/var/service" instead, which # is consistent with the FreeBSD filesystem hierarchy # guidelines as described in the hier(7) manual page. |