]> granicus.if.org Git - curl/commitdiff
libcurl.3: fix a single typo
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Aug 2015 21:28:31 +0000 (23:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Aug 2015 21:28:31 +0000 (23:28 +0200)
Closes #361

docs/libcurl/libcurl.3

index dbd91bc33b59dcc8afface4d48c7d367b7ce1f1e..05034c98e5136b1a2e14221f2d7bb569e6e8cd36 100644 (file)
@@ -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