diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-04-04 16:24:38 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-04-04 16:25:10 +0200 |
commit | 07cca0dc7c3e457430163585b6b4c6d38baf0925 (patch) | |
tree | a3efc0e7858af3ec65954456c0e02a20227934e3 /src | |
parent | ed35e1fa1bfd3e42f682f9e2b4e0d4025fce0260 (diff) | |
download | curl-07cca0dc7c3e457430163585b6b4c6d38baf0925.tar.gz |
--engine: spellfix the help message
Reported by: Fredrik Thulin
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 124f6404d..e81360269 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -71,7 +71,7 @@ static const char *const helptext[] = { " --disable-epsv Inhibit using EPSV (F)", " -D, --dump-header FILE Write the headers to this file", " --egd-file FILE EGD socket path for random data (SSL)", - " --engine ENGINGE Crypto engine (SSL). \"--engine list\" for list", + " --engine ENGINE Crypto engine (SSL). \"--engine list\" for list", #ifdef USE_ENVIRONMENT " --environment Write results to environment variables (RISC OS)", #endif |