mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
interpreters: Fix spelling errors
Fix some spelling errors for CI. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
parent
3ce356378d
commit
448b0bd0a6
3 changed files with 5 additions and 5 deletions
|
|
@ -129,7 +129,7 @@ int main(int argc, FAR char *argv[])
|
||||||
fputs(_("-u Output all tokens in uppercase\n"),
|
fputs(_("-u Output all tokens in uppercase\n"),
|
||||||
stdout);
|
stdout);
|
||||||
fputs(_("-h Display this help and exit\n"), stdout);
|
fputs(_("-h Display this help and exit\n"), stdout);
|
||||||
fputs(_("-V Ooutput version information and exit\n"),
|
fputs(_("-V Output version information and exit\n"),
|
||||||
stdout);
|
stdout);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
* This file was taken from Mini Basic, versino 1.0 developed by Malcolm
|
* This file was taken from Mini Basic, version 1.0 developed by Malcolm
|
||||||
* McLean, Leeds University. Mini Basic version 1.0 was released the
|
* McLean, Leeds University. Mini Basic version 1.0 was released the
|
||||||
* Creative Commons Attribution license which, from my reading, appears to
|
* Creative Commons Attribution license which, from my reading, appears to
|
||||||
* be compatible with the NuttX license:
|
* be compatible with the NuttX license:
|
||||||
|
|
@ -990,7 +990,7 @@ static int doif(void)
|
||||||
* Name: dogoto
|
* Name: dogoto
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* The GOTO satement
|
* The GOTO statement
|
||||||
* Returns new line number
|
* Returns new line number
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
@ -3804,7 +3804,7 @@ static int isstring(int tokenid)
|
||||||
* Description:
|
* Description:
|
||||||
* Get a numerical value from the parse string
|
* Get a numerical value from the parse string
|
||||||
* Params: str - the string to search
|
* Params: str - the string to search
|
||||||
* len - return pinter for no chars read
|
* len - return pointer for no chars read
|
||||||
* Returns: the value of the string.
|
* Returns: the value of the string.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
* This file was taken from Mini Basic, versino 1.0 developed by Malcolm
|
* This file was taken from Mini Basic, version 1.0 developed by Malcolm
|
||||||
* McLean, Leeds University. Mini Basic version 1.0 was released the
|
* McLean, Leeds University. Mini Basic version 1.0 was released the
|
||||||
* Creative Commons Attribution license which, from my reading, appears to
|
* Creative Commons Attribution license which, from my reading, appears to
|
||||||
* be compatible with the NuttX BSD-style license:
|
* be compatible with the NuttX BSD-style license:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue