From 59a2fe9a1b7de7ea1f44542dc63aaafe0060c503 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 2 Dec 2015 15:42:30 +0800 Subject: [PATCH] Fix a typo in getargs.c intrepreter -> interpreter --- ncd/modules/getargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncd/modules/getargs.c b/ncd/modules/getargs.c index 124932a61..54885ba4e 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