Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
7609b32e
Commit
7609b32e
authored
14 years ago
by
Fabian Keil
Committed by
Julien Chaffraix
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix spelling errors in include/
parent
1702a2c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/README
+1
-1
1 addition, 1 deletion
include/README
include/curl/curl.h
+1
-1
1 addition, 1 deletion
include/curl/curl.h
include/curl/easy.h
+2
-2
2 additions, 2 deletions
include/curl/easy.h
with
4 additions
and
4 deletions
include/README
+
1
−
1
View file @
7609b32e
...
...
@@ -36,7 +36,7 @@ The following notes apply to libcurl version 7.19.0 and later.
* If you intend to distribute an already compiled libcurl library you _MUST_
also distribute along with it the generated curl/curlbuild.h which has been
used to compile it. Otherwise the library will be of no use for the users of
the library that you have built. It is _your_ respons
a
bility to provide this
the library that you have built. It is _your_ respons
i
bility to provide this
file. No one at the cURL project can know how you have built the library.
* File curl/curlbuild.h includes platform and configuration dependent info,
...
...
This diff is collapsed.
Click to expand it.
include/curl/curl.h
+
1
−
1
View file @
7609b32e
...
...
@@ -529,7 +529,7 @@ typedef enum {
/* The following were added in 7.17.0 */
/* These are scheduled to disappear by 2009 */
#define CURLE_OBSOLETE CURLE_OBSOLETE50
/* noone should be using this! */
#define CURLE_OBSOLETE CURLE_OBSOLETE50
/* no
one should be using this! */
#define CURLE_BAD_PASSWORD_ENTERED CURLE_OBSOLETE46
#define CURLE_BAD_CALLING_ORDER CURLE_OBSOLETE44
#define CURLE_FTP_USER_PASSWORD_INCORRECT CURLE_OBSOLETE10
...
...
This diff is collapsed.
Click to expand it.
include/curl/easy.h
+
2
−
2
View file @
7609b32e
...
...
@@ -53,8 +53,8 @@ CURL_EXTERN CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...);
*
* Creates a new curl session handle with the same options set for the handle
* passed in. Duplicating a handle could only be a matter of cloning data and
* options, internal state info and things like persist
a
nt connections cannot
* be transfered. It is useful in multithreaded applications when you can run
* options, internal state info and things like persist
e
nt connections cannot
* be transfer
r
ed. It is useful in multithreaded applications when you can run
* curl_easy_duphandle() for each new thread to avoid a series of identical
* curl_easy_setopt() invokes in every thread.
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment