summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
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