aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/jail.conf.5
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2012-06-03 11:29:48 +0000
committerJoel Dahl <joel@FreeBSD.org>2012-06-03 11:29:48 +0000
commit8972c8b6a52fb17534716a3cf15f381b863d4ba4 (patch)
treeb972e3e89a958c473162abf0a81b09357b1a46c2 /usr.sbin/jail/jail.conf.5
parent8cc9f126eea721eff056e374811b52026aa8da01 (diff)
downloadsrc-8972c8b6a52fb17534716a3cf15f381b863d4ba4.tar.gz
src-8972c8b6a52fb17534716a3cf15f381b863d4ba4.zip
Minor spelling fixes.
Notes
Notes: svn path=/head/; revision=236509
Diffstat (limited to 'usr.sbin/jail/jail.conf.5')
-rw-r--r--usr.sbin/jail/jail.conf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.conf.5 b/usr.sbin/jail/jail.conf.5
index 7c80d229d06b..2e4882915ca8 100644
--- a/usr.sbin/jail/jail.conf.5
+++ b/usr.sbin/jail/jail.conf.5
@@ -125,7 +125,7 @@ Variable substitution occurs in unquoted tokens or in double-quoted
strings, but not in single-quote strings.
.Pp
A variable is defined in the same way a parameter is, except that the
-variable name is preceeded with a dollar sign:
+variable name is preceded with a dollar sign:
.Bd -literal -offset indent
$parentdir = "/var/jail";
path = "$parentdir/$name";