apps/graphics/nxglyphs:  Fix some typos in configuration name.
diff --git a/graphics/nxglyphs/Kconfig b/graphics/nxglyphs/Kconfig
index f52b4a2..1e36f49 100644
--- a/graphics/nxglyphs/Kconfig
+++ b/graphics/nxglyphs/Kconfig
@@ -3,9 +3,9 @@
 # see the file kconfig-language.txt in the NuttX tools repository.
 #
 
-ifdef CONFIG_NXWIDGETS
+if NXWIDGETS
 
-config NXGLPYHS_LARGE_ICONS
+config NXGLYPHS_LARGE_ICONS
 	bool
 	default n
 
@@ -14,4 +14,4 @@
 	---help---
 		Normal background color.  Default: RGB(148,189,215)
 
-endif # CONFIG_NXWIDGETS
\ No newline at end of file
+endif # NXWIDGETS
diff --git a/graphics/nxglyphs/Makefile b/graphics/nxglyphs/Makefile
index 3634e30..40d698c 100644
--- a/graphics/nxglyphs/Makefile
+++ b/graphics/nxglyphs/Makefile
@@ -50,7 +50,7 @@
 
 # Glyphs used by NxWM and Twm4Nx
 
-ifeq ($(CONFIG_NXGLPYHS_LARGE_ICONS),y)
+ifeq ($(CONFIG_NXGLYPHS_LARGE_ICONS),y)
 # Large icons
 
 CXXSRCS += glyph_calculator47x49.cxx glyph_calibration48x42.cxx glyph_cmd49x43.cxx
@@ -65,7 +65,7 @@
 CXXSRCS += glyph_menu21x21.cxx glyph_resize21x21.cxx glyph_nxicon21x21.cxx
 endif
 
-ifeq ($(CONFIG_NXGLPYHS_LARGE_ICONS),y)
+ifeq ($(CONFIG_NXGLYPHS_LARGE_ICONS),y)
 # Large icons
 
 CXXSRCS += glyph_mediaplayer44x50.cxx glyph_mplayer_controls43x41.cxx
diff --git a/graphics/nxwm/Kconfig b/graphics/nxwm/Kconfig
index 24eced6..a9d678e 100644
--- a/graphics/nxwm/Kconfig
+++ b/graphics/nxwm/Kconfig
@@ -19,7 +19,7 @@
 config NXWM_LARGE_ICONS
 	bool "Use large icons"
 	default n
-	select NXGLPYHS_LARGE_ICONS
+	select NXGLYPHS_LARGE_ICONS
 	---help---
 		The default icons are nominally 25x25 pixels for a small
 		resolution/display, this is a good selection.  For example, a