Author: gjb Date: Sun Sep 7 00:46:57 2014 New Revision: 271215 URL: http://svnweb.freebsd.org/changeset/base/271215
Log: MFC r271078: Fix typo: s/_maske/_mask/ Sponsored by: The FreeBSD Foundation Modified: stable/9/etc/rc.d/jail Directory Properties: stable/9/etc/ (props changed) stable/9/etc/rc.d/ (props changed) Modified: stable/9/etc/rc.d/jail ============================================================================== --- stable/9/etc/rc.d/jail Sun Sep 7 00:44:59 2014 (r271214) +++ stable/9/etc/rc.d/jail Sun Sep 7 00:46:57 2014 (r271215) @@ -439,7 +439,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 } _______________________________________________ svn-src-stable-9@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"