svn commit: r271214 - stable/10/etc/rc.d

Glen Barber gjb at FreeBSD.org
Sun Sep 7 00:44:59 UTC 2014


Author: gjb
Date: Sun Sep  7 00:44:59 2014
New Revision: 271214
URL: http://svnweb.freebsd.org/changeset/base/271214

Log:
  MFC r271078:
    Fix typo: s/_maske/_mask/
  
  Approved by:	re (rodrigc)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/etc/rc.d/jail
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/rc.d/jail
==============================================================================
--- stable/10/etc/rc.d/jail	Sat Sep  6 22:38:32 2014	(r271213)
+++ stable/10/etc/rc.d/jail	Sun Sep  7 00:44:59 2014	(r271214)
@@ -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
 }


More information about the svn-src-all mailing list