gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 78/208: curl_strequal.3: fix typo in SYNOPSIS


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 78/208: curl_strequal.3: fix typo in SYNOPSIS
Date: Wed, 09 Aug 2017 17:34:35 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit ef2a9f22cc5e0139194de6fa57b9b09cd018b01a
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Jun 29 01:16:56 2017 +0200

    curl_strequal.3: fix typo in SYNOPSIS
    
    Reported-by: Jesse Chisholm
    
    Fixes #1623
---
 docs/libcurl/curl_strequal.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/libcurl/curl_strequal.3 b/docs/libcurl/curl_strequal.3
index a745f7eb6..e9cf80387 100644
--- a/docs/libcurl/curl_strequal.3
+++ b/docs/libcurl/curl_strequal.3
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2011, Daniel Stenberg, <address@hidden>, et al.
+.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <address@hidden>, et al.
 .\" *
 .\" * This software is licensed as described in the file COPYING, which
 .\" * you should have received as part of this distribution. The terms
@@ -27,7 +27,7 @@ curl_strequal, curl_strnequal - case insensitive string 
comparisons
 .sp
 .BI "int curl_strequal(char *" str1 ", char *" str2 ");"
 .sp
-.BI "int curl_strenqual(char *" str1 ", char *" str2 ", size_t " len ");"
+.BI "int curl_strnequal(char *" str1 ", char *" str2 ", size_t " len ");"
 .SH DESCRIPTION
 The
 .B curl_strequal()

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]