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:
authorAmbroz Bizjak <ambrop7@gmail.com>2015-12-02 10:49:41 +0300
committerAmbroz Bizjak <ambrop7@gmail.com>2015-12-02 10:49:41 +0300
commit4b761996519288e4daf0c3379585d1bfb74b93a3 (patch)
treeda76abd6418ca05b910ae3daaee052ef5b27a736
parent95a1b864f1636da3b80be8f6d61285cd638cb8e8 (diff)
parent59a2fe9a1b7de7ea1f44542dc63aaafe0060c503 (diff)
Merge pull request #14 from felixonmars/master
Fix a typo in getargs.c
-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>