summaryrefslogtreecommitdiff
path: root/apps/graphics/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-30 14:06:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 16:48:04 -0600
commit5830a64163a3b4d3ce0e9161e126fd979e7dc8e5 (patch)
treea9d522f3c2d62c4594936e8f65a33f2870a8c776 /apps/graphics/Kconfig
parentcfebd352c1ad4c1496aaab8bcff842d47e6f07be (diff)
downloadnuttx-5830a64163a3b4d3ce0e9161e126fd979e7dc8e5.tar.gz
nuttx-5830a64163a3b4d3ce0e9161e126fd979e7dc8e5.tar.bz2
nuttx-5830a64163a3b4d3ce0e9161e126fd979e7dc8e5.zip
Let's get consistent with spelling: Use the US spelling of traveler with one 'l'
Diffstat (limited to 'apps/graphics/Kconfig')
-rw-r--r--apps/graphics/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/graphics/Kconfig b/apps/graphics/Kconfig
index 55002bcc1..74f084956 100644
--- a/apps/graphics/Kconfig
+++ b/apps/graphics/Kconfig
@@ -18,16 +18,16 @@ endmenu
endif # TIFF
config GRAPHICS_TRAVELER
- bool "Traveller game"
+ bool "Traveler game"
default n
select SYSTEM_INIFILE
---help---
- Enable or disable the graphic Traveller game
+ Enable or disable the graphic Traveler game
if GRAPHICS_TRAVELER
-menu "Traveller game"
-source "$APPSDIR/graphics/traveller/Kconfig"
+menu "Traveler game"
+source "$APPSDIR/graphics/traveler/Kconfig"
endmenu
endif # GRAPHICS_TRAVELER