Skip to content

Commit 9e89e40

Browse files
linguini1Biancaa Ramesh
authored andcommitted
interpreters: Fix spelling errors
Fix some spelling errors for CI. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
1 parent 728fc5b commit 9e89e40

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

interpreters/bas/bas_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ int main(int argc, FAR char *argv[])
129129
fputs(_("-u Output all tokens in uppercase\n"),
130130
stdout);
131131
fputs(_("-h Display this help and exit\n"), stdout);
132-
fputs(_("-V Ooutput version information and exit\n"),
132+
fputs(_("-V Output version information and exit\n"),
133133
stdout);
134134
exit(0);
135135
}

interpreters/minibasic/basic.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/****************************************************************************
2424
*
25-
* This file was taken from Mini Basic, versino 1.0 developed by Malcolm
25+
* This file was taken from Mini Basic, version 1.0 developed by Malcolm
2626
* McLean, Leeds University. Mini Basic version 1.0 was released the
2727
* Creative Commons Attribution license which, from my reading, appears to
2828
* be compatible with the NuttX license:
@@ -990,7 +990,7 @@ static int doif(void)
990990
* Name: dogoto
991991
*
992992
* Description:
993-
* The GOTO satement
993+
* The GOTO statement
994994
* Returns new line number
995995
*
996996
****************************************************************************/
@@ -3804,7 +3804,7 @@ static int isstring(int tokenid)
38043804
* Description:
38053805
* Get a numerical value from the parse string
38063806
* Params: str - the string to search
3807-
* len - return pinter for no chars read
3807+
* len - return pointer for no chars read
38083808
* Returns: the value of the string.
38093809
*
38103810
****************************************************************************/

interpreters/minibasic/script.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/****************************************************************************
2424
*
25-
* This file was taken from Mini Basic, versino 1.0 developed by Malcolm
25+
* This file was taken from Mini Basic, version 1.0 developed by Malcolm
2626
* McLean, Leeds University. Mini Basic version 1.0 was released the
2727
* Creative Commons Attribution license which, from my reading, appears to
2828
* be compatible with the NuttX BSD-style license:

0 commit comments

Comments
 (0)