Author: dteske Date: Mon Jun 1 00:09:21 2015 New Revision: 283857 URL: https://svnweb.freebsd.org/changeset/base/283857
Log: MFC r280921: Fix typo in a comment. Modified: stable/10/usr.sbin/bsdconfig/share/geom.subr Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/bsdconfig/share/geom.subr ============================================================================== --- stable/10/usr.sbin/bsdconfig/share/geom.subr Sun May 31 23:47:08 2015 (r283856) +++ stable/10/usr.sbin/bsdconfig/share/geom.subr Mon Jun 1 00:09:21 2015 (r283857) @@ -409,7 +409,7 @@ f_geom_parent() ############################################################ MAIN # -# Parse GEOM configuration unless requeted otherwise +# Parse GEOM configuration unless requested otherwise # f_dprintf "%s: GEOM_SELF_SCAN_ALL=[%s]" geom.subr "$GEOM_SELF_SCAN_ALL" case "$GEOM_SELF_SCAN_ALL" in _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "[email protected]"
