summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-09-07 00:44:59 +0000
committergjb <gjb@FreeBSD.org>2014-09-07 00:44:59 +0000
commitb6cfb220f7437cd349e531e2a4db9338ab6521b4 (patch)
tree1b7ce0b36a1bfb40463930d1576d6c2fc1b8d347 /etc/rc.d
parentf971f9cd086bb76934b413eff6e3eca9198211c3 (diff)
downloadFreeBSD-src-b6cfb220f7437cd349e531e2a4db9338ab6521b4.zip
FreeBSD-src-b6cfb220f7437cd349e531e2a4db9338ab6521b4.tar.gz
MFC r271078:
Fix typo: s/_maske/_mask/ Approved by: re (rodrigc) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/jail2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/jail b/etc/rc.d/jail
index d8a88e4..5b93746 100755
--- a/etc/rc.d/jail
+++ b/etc/rc.d/jail
@@ -319,7 +319,7 @@ jail_extract_address()
_mask=${_mask:-/32}
elif [ "${_type}" = "inet6" ]; then
- # In case _maske is not set for IPv6, use /128.
+ # In case _mask is not set for IPv6, use /128.
_mask=${_mask:-/128}
fi
}
OpenPOWER on IntegriCloud