gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 25/63: Fix typo.


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 25/63: Fix typo.
Date: Fri, 07 Jun 2019 18:36:47 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 9d55e09cfea6bd9d1be71f65554246b8263ca398
Author: Gisle Vanem <address@hidden>
AuthorDate: Fri May 24 09:05:28 2019 +0200

    Fix typo.
---
 lib/url.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/url.c b/lib/url.c
index b5169485f..647b8a428 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -1902,7 +1902,7 @@ static void zonefrom_url(CURLU *uh, struct connectdata 
*conn)
     char *endp;
     unsigned long scope = strtoul(zoneid, &endp, 10);
     if(!*endp && (scope < UINT_MAX))
-      /* A plain number, use it direcly as a scope id. */
+      /* A plain number, use it directly as a scope id. */
       conn->scope_id = (unsigned int)scope;
 #ifdef HAVE_IF_NAMETOINDEX
     else {

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



reply via email to

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