summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-08 13:12:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-08 13:12:36 -0600
commit5414407367191439639dae0da0d59e99becc0b53 (patch)
tree0882684c2d42ca8f4b84f43333a9e30c8e68eb0f /nuttx/tools
parentd3f2aaf380b754b95604d3ff83ecfd0fea9430b2 (diff)
downloadpx4-nuttx-5414407367191439639dae0da0d59e99becc0b53.tar.gz
px4-nuttx-5414407367191439639dae0da0d59e99becc0b53.tar.bz2
px4-nuttx-5414407367191439639dae0da0d59e99becc0b53.zip
Fix some recurring typos: postion->position, *atino->*ation
Diffstat (limited to 'nuttx/tools')
-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 */