https://sources.debian.org/src/basic256/2.0.99.7-2/debian/patches/0003-spelling.patch/ Or, sources are tracked from SVN in git repo, https://salsa.debian.org/debian/basic256
I have grepd the code and do not see there errors. - Closing
Sorry, should have been more clear. It's in the source code. There are two p's in "stopping".
$ git grep -n -i '(define|enum).stoping' -- '.h' Constants.h:53: #define RUNSTATESTOPING 3 Interpreter.h:59:enum run_status {R_STOPPED, R_RUNNING, R_STOPING, R_PRE STOPING};
Log in to post a comment.
I have grepd the code and do not see there errors. - Closing
Sorry, should have been more clear. It's in the source code. There are two
p's in "stopping".
$ git grep -n -i '(define|enum).stoping' -- '.h'
Constants.h:53: #define RUNSTATESTOPING 3
Interpreter.h:59:enum run_status {R_STOPPED, R_RUNNING, R_STOPING, R_PRE
STOPING};