Explorar o código

Fix a typo in getargs.c

intrepreter -> interpreter
Felix Yan %!s(int64=10) %!d(string=hai) anos
pai
achega
59a2fe9a1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>