Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2015-12-02 10:42:30 +0300
committerFelix Yan <felixonmars@archlinux.org>2015-12-02 10:42:30 +0300
commit59a2fe9a1b7de7ea1f44542dc63aaafe0060c503 (patch)
treeda76abd6418ca05b910ae3daaee052ef5b27a736
parent95a1b864f1636da3b80be8f6d61285cd638cb8e8 (diff)
Fix a typo in getargs.c
intrepreter -> interpreter
-rw-r--r--ncd/modules/getargs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncd/modules/getargs.c b/ncd/modules/getargs.c
index 124932a..54885ba 100644
--- a/ncd/modules/getargs.c
+++ b/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>