patch-1.3.87 linux/scripts/Menuconfig

Next file: linux/scripts/README.Menuconfig
Previous file: linux/net/unix/garbage.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.86/linux/scripts/Menuconfig linux/scripts/Menuconfig
@@ -166,7 +166,7 @@
 #
 function choice () {
 	#
-	# Need to remember params cause the're gonna get reset.
+	# Need to remember params cause they're gonna get reset.
 	#
 	title=$1
 	choices=$2
@@ -393,7 +393,7 @@
 }
 
 #
-# Create a dialog for entering a hexidecimal into a kernel option.
+# Create a dialog for entering a hexadecimal into a kernel option.
 #
 function l_hex () {
 	while true
@@ -430,7 +430,7 @@
 #
 function l_choice () {
 	#
-	# Need to remember params cause the're gonna get reset.
+	# Need to remember params cause they're gonna get reset.
 	#
 	title="$1"
 	choices="$2"
@@ -597,7 +597,7 @@
 	# environment in order for all of this to work.  Leaving
 	# them on the disk as executables screws up the recursion
 	# in activate_menu(), among other things.  Once they are
-	# sourced we can disgard them.
+	# sourced we can discard them.
 	#
 	for i in MCmenu*
 	do
@@ -629,7 +629,7 @@
 
 		case "$ret" in
 		0|3|4|5)
-			defaults="$selection$defaults"  #psuedo stack
+			defaults="$selection$defaults"  #pseudo stack
 			case "$ret" in
 			0) eval $selection   ;;
 			3) eval $selection y ;;
@@ -1033,7 +1033,7 @@
 Use the <TAB> key to move from the input field to the buttons below it."
 
 inputbox_instructions_hex="\
-Please enter a hexidecimal value. \
+Please enter a hexadecimal value. \
 Use the <TAB> key to move from the input field to the buttons below it."
 
 backtitle="Linux Kernel Configuration"

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this