Menu

#64 Spelling: stoped vs stopped

closed
nobody
None
5
2025-09-03
2024-04-30
No

Discussion

  • Jim Reneau

    Jim Reneau - 2025-09-03

    I have grepd the code and do not see there errors. - Closing

     
  • Jim Reneau

    Jim Reneau - 2025-09-03
    • status: open --> closed
     
    • Barak A. Pearlmutter

      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.