]> granicus.if.org Git - curl/commitdiff
curl_multi_info_read.3: fix typo
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 May 2015 21:45:25 +0000 (23:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 May 2015 21:45:25 +0000 (23:45 +0200)
Reported-by: Liviu Chircu
docs/libcurl/curl_multi_info_read.3

index 875176486deb6c0e7732c6fabf338aad2e097488..a23ea7138b696722e61612e89c9ac7f904e3b244 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2011, 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
@@ -49,8 +49,8 @@ calling \fIcurl_multi_cleanup(3)\fP, \fIcurl_multi_remove_handle(3)\fP or
 \fIcurl_easy_cleanup(3)\fP.
 
 The 'CURLMsg' struct is very simple and only contains very basic information.
-If more involved information is wanted, the particular "easy handle" in
-present in that struct and can thus be used in subsequent regular
+If more involved information is wanted, the particular "easy handle" is
+present in that struct and can be used in subsequent regular
 \fIcurl_easy_getinfo(3)\fP calls (or similar):
 
 .nf