From: Mark Hamilton Date: Sat, 3 Sep 2016 21:14:07 +0000 (-0700) Subject: tool_helpers.c: fix comment typo (#989) X-Git-Tag: curl-7_50_2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a84dc31de6c0d3073f41af4f2e5b5d594eeeb6c;p=thirdparty%2Fcurl.git tool_helpers.c: fix comment typo (#989) --- diff --git a/src/tool_helpers.c b/src/tool_helpers.c index fef14596f5..14bc7668ce 100644 --- a/src/tool_helpers.c +++ b/src/tool_helpers.c @@ -35,7 +35,7 @@ #include "memdebug.h" /* keep this as LAST include */ /* -** Helper functions that are used from more tha one source file. +** Helper functions that are used from more than one source file. */ const char *param2text(int res)