summaryrefslogtreecommitdiff
path: root/nuttx/tools/configure.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/tools/configure.c')
-rw-r--r--nuttx/tools/configure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/configure.c b/nuttx/tools/configure.c
index 5f8fbdddc..a17cf6496 100644
--- a/nuttx/tools/configure.c
+++ b/nuttx/tools/configure.c
@@ -80,7 +80,7 @@ static const char *g_boarddir = NULL; /* Name of board subdirectory */
static char *g_configdir = NULL; /* Name of configuration subdirectory */
static char *g_topdir = NULL; /* Full path to top-level NuttX build directory */
-static char *g_apppath = NULL; /* Full path to the applicatino directory */
+static char *g_apppath = NULL; /* Full path to the application directory */
static char *g_configtop = NULL; /* Full path to the top-level configuration directory */
static char *g_configpath = NULL; /* Full path to the configuration sub-directory */
static char *g_verstring = "0.0"; /* Version String */