From 13086a0f8816041a790439a6dfa771fabc24dbfa Mon Sep 17 00:00:00 2001 From: angt Date: Fri, 30 Oct 2015 16:47:14 +0100 Subject: [PATCH] Fix typo --- glorytun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glorytun.c b/glorytun.c index 1f4691c..021de50 100644 --- a/glorytun.c +++ b/glorytun.c @@ -303,7 +303,7 @@ static int option_long (void *data, int argc, char **argv) long val = strtol(argv[1], &end, 0); if (errno || argv[1]==end) { - printf("argument `%s' is not a valide integer\n", argv[1]); + printf("argument `%s' is not a valid integer\n", argv[1]); return -1; }