diff options
author | Mark Hamilton <TheDarkCode@users.noreply.github.com> | 2016-09-03 14:14:07 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-09-03 23:14:07 +0200 |
commit | 9a84dc31de6c0d3073f41af4f2e5b5d594eeeb6c (patch) | |
tree | a8e068a845eadb34267eff89077c7daa13b01376 /src/tool_helpers.c | |
parent | 5d563a10b3bf8f74b88ff436583098a83ef9f396 (diff) | |
download | curl-9a84dc31de6c0d3073f41af4f2e5b5d594eeeb6c.tar.gz |
tool_helpers.c: fix comment typo (#989)
Diffstat (limited to 'src/tool_helpers.c')
-rw-r--r-- | src/tool_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_helpers.c b/src/tool_helpers.c index fef14596f..14bc7668c 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) |