mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:33:35 +03:00
English: use American spelling consistently
Authorization, Initialization, Organization etc. Closes #8673
This commit is contained in:
parent
b47bda5594
commit
4a8f6869db
23 changed files with 38 additions and 39 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 1998 - 2022, 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
|
||||
|
|
@ -107,7 +107,7 @@ int main(void)
|
|||
curl_easy_setopt(curl, CURLOPT_USERNAME, "kurt");
|
||||
curl_easy_setopt(curl, CURLOPT_PASSWORD, "xipj3plmq");
|
||||
|
||||
/* Set the authorisation identity (identity to act as) */
|
||||
/* Set the authorization identity (identity to act as) */
|
||||
curl_easy_setopt(curl, CURLOPT_SASL_AUTHZID, "ursel");
|
||||
|
||||
/* Force PLAIN authentication */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue