Fix typo and update copyright.

This commit is contained in:
dteske 2013-02-25 19:14:06 +00:00
parent 975818ab0c
commit 7d5f9c1825

View File

@ -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