summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-07 15:54:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-07 15:54:37 -0600
commit6c6c41ff791f5ab36108c84eb10aca162e48cc0e (patch)
tree7995212d68c1e06d3272138af169ad5866dba023 /apps
parent3b9fcb97ed990bcdfc36df0414828ce4e0ce8100 (diff)
downloadnuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.tar.gz
nuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.tar.bz2
nuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.zip
Fix some cloned errors in SAM GPIO interrupt setup
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/cc3000/cc3000basic.c2
-rw-r--r--apps/nshlib/README.txt2
-rw-r--r--apps/nshlib/nsh_parse.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/cc3000/cc3000basic.c b/apps/examples/cc3000/cc3000basic.c
index 2530680b6..260c6f821 100644
--- a/apps/examples/cc3000/cc3000basic.c
+++ b/apps/examples/cc3000/cc3000basic.c
@@ -806,7 +806,7 @@ void ListAccessPoints(void)
printf("List visible access points\n");
- printf(" Setting scan paramters...\n");
+ printf(" Setting scan parameters...\n");
for (i=0; i<NUM_CHANNELS; i++)
{
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index 91cb19983..a4771679e 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -695,7 +695,7 @@ o mkrd [-m <minor>] [-s <sector-size>] <nsectors>
o mount [-t <fstype> <block-device> <dir-path>]
The mount command performs one of two different operations. If no
- paramters are provided on the command line after the mount command,
+ parameters are provided on the command line after the mount command,
then the 'mount' command will enumerate all of the current
mountpoints on the console.
diff --git a/apps/nshlib/nsh_parse.c b/apps/nshlib/nsh_parse.c
index a089aa5ec..2ed9452cf 100644
--- a/apps/nshlib/nsh_parse.c
+++ b/apps/nshlib/nsh_parse.c
@@ -1203,7 +1203,7 @@ static FAR char *nsh_argexpand(FAR struct nsh_vtbl_s *vtbl, FAR char *cmdline,
*rptr = '\0';
- /* Then execute the command to get the paramter value */
+ /* Then execute the command to get the parameter value */
argument = nsh_cmdparm(vtbl, cmdline + 1, allocation);
}