소스 검색

Fix a typo in getargs.c

intrepreter -> interpreter
Felix Yan 10 년 전
부모
커밋
59a2fe9a1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ncd/modules/getargs.c

+ 1 - 1
ncd/modules/getargs.c

@@ -32,7 +32,7 @@
  *   getargs()
  * 
  * Variables:
- *   (empty) - list of extra command line arguments that were passed to the intrepreter
+ *   (empty) - list of extra command line arguments that were passed to the interpreter
  */
 
 #include <string.h>