diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-08-03 23:28:31 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-08-03 23:28:31 +0200 |
commit | 4b96240d3fa589babfcab573d0806cb3b4ebfdb4 (patch) | |
tree | c5ee50aede608fdffd8daf677ad8c2a1e709d51f | |
parent | 1b3d3f923746da1eb880c2888d19119695508b0f (diff) |
libcurl.3: fix a single typo
Closes #361
-rw-r--r-- | docs/libcurl/libcurl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/libcurl.3 b/docs/libcurl/libcurl.3 index dbd91bc33..05034c98e 100644 --- a/docs/libcurl/libcurl.3 +++ b/docs/libcurl/libcurl.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2015, 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 @@ -97,8 +97,8 @@ Unix-like operating system that ship libcurl as part of their distributions often don't provide the curl-config tool, but simply install the library and headers in the common path for this purpose. -Many Linux and similar sytems use pkg-config to provide build and link options -about libraries and libcurl supports that as well. +Many Linux and similar systems use pkg-config to provide build and link +options about libraries and libcurl supports that as well. .SH "LIBCURL SYMBOL NAMES" All public functions in the libcurl interface are prefixed with 'curl_' (with a lowercase c). You can find other functions in the library source code, but |