Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
Fix a typo in getargs.c
Browse files Browse the repository at this point in the history
intrepreter -> interpreter
  • Loading branch information
felixonmars committed Dec 2, 2015
1 parent 95a1b86 commit 59a2fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncd/modules/getargs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 59a2fe9

Please sign in to comment.