Browse Source

fix typo

SVN-Revision: 22453
Nicolas Thill 15 years ago
parent
commit
4ed248bbef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Config.in

+ 1 - 1
Config.in

@@ -157,7 +157,7 @@ menu "Global build settings"
 
 	config COLLECT_KERNEL_DEBUG
 		bool
-		prompt "Colllect kernel debug information"
+		prompt "Collect kernel debug information"
 		select KERNEL_DEBUG_INFO
 		default n
 		help