svn commit: r247278 - head/usr.sbin/bsdconfig/startup

Devin Teske dteske at FreeBSD.org
Mon Feb 25 19:14:07 UTC 2013


Author: dteske
Date: Mon Feb 25 19:14:06 2013
New Revision: 247278
URL: http://svnweb.freebsd.org/changeset/base/247278

Log:
  Fix typo and update copyright.

Modified:
  head/usr.sbin/bsdconfig/startup/rcvar

Modified: head/usr.sbin/bsdconfig/startup/rcvar
==============================================================================
--- head/usr.sbin/bsdconfig/startup/rcvar	Mon Feb 25 19:09:41 2013	(r247277)
+++ head/usr.sbin/bsdconfig/startup/rcvar	Mon Feb 25 19:14:06 2013	(r247278)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #-
-# Copyright (c) 2012 Devin Teske
+# Copyright (c) 2012-2013 Devin Teske
 # All Rights Reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -75,7 +75,7 @@ dialog_menu_main()
 	" # END-QUOTE
 
 	if [ ! "$_RCVAR_MAP" ]; then
-		# Genreate RCVAR_MAP of `rcvar dflt script desc ...' per-line
+		# Generate RCVAR_MAP of `rcvar dflt script desc ...' per-line
 		f_dialog_info "$msg_creating_rcvar_map"
 		RCVAR_MAP=$( f_startup_rcvar_map )
 		export RCVAR_MAP


More information about the svn-src-all mailing list