gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 24/41: docs: fix typo stuct -> struct


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 24/41: docs: fix typo stuct -> struct
Date: Sun, 20 Aug 2017 20:46:46 +0200

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

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

commit 274f9cac96eeafce77d61065e7a3fba9680469c6
Author: Alessandro Ghedini <address@hidden>
AuthorDate: Sat Aug 12 13:33:10 2017 +0100

    docs: fix typo stuct -> struct
---
 docs/libcurl/opts/CURLOPT_SEEKDATA.3     | 2 +-
 docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/libcurl/opts/CURLOPT_SEEKDATA.3 
b/docs/libcurl/opts/CURLOPT_SEEKDATA.3
index 9fea9b1b7..6ffa7d12a 100644
--- a/docs/libcurl/opts/CURLOPT_SEEKDATA.3
+++ b/docs/libcurl/opts/CURLOPT_SEEKDATA.3
@@ -39,7 +39,7 @@ HTTP, FTP, SFTP
 .nf
 static int seek_cb(void *userp, curl_off_t offset, int origin)
 {
-  struct data *d = (stuct data *)userp;
+  struct data *d = (struct data *)userp;
   lseek(our_fd, offset, origin);
   return CURL_SEEKFUNC_OK;
 }
diff --git a/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3 
b/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3
index 57141ecf3..95780c872 100644
--- a/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3
+++ b/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3
@@ -70,7 +70,7 @@ HTTP, FTP, SFTP
 .nf
 static int seek_cb(void *userp, curl_off_t offset, int origin)
 {
-  struct data *d = (stuct data *)userp;
+  struct data *d = (struct data *)userp;
   lseek(our_fd, offset, origin);
   return CURL_SEEKFUNC_OK;
 }

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



reply via email to

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