From df11124a676c84be661ab3dc3f255aa864fd79f7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 9 Nov 2008 13:15:16 +0100 Subject: [PATCH] Fix a typo in interactive.c. --- interactive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interactive.c b/interactive.c index e184dbe..7b5ca76 100644 --- a/interactive.c +++ b/interactive.c @@ -147,7 +147,7 @@ static int exec_interactive_command(char *line) else { *args = '\0'; args++; - /* let p point to the next non-whitespace char */ + /* let args point to the next non-whitespace char */ args += strspn(args, delim); if (!*args) args = NULL; -- 2.30.2