瀏覽代碼

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>