summaryrefslogtreecommitdiff
path: root/docs/examples/imap-authzid.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-04-05 13:32:26 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-04-05 14:55:47 +0200
commit4a8f6869db3a4ba7cd1bcb153c3d5b4298728afa (patch)
tree4d2278cb655d836a24937384f38aa769edec7c04 /docs/examples/imap-authzid.c
parentb47bda559464b1d12bb0585100df2d101866406d (diff)
downloadcurl-4a8f6869db3a4ba7cd1bcb153c3d5b4298728afa.tar.gz
English: use American spelling consistently
Authorization, Initialization, Organization etc. Closes #8673
Diffstat (limited to 'docs/examples/imap-authzid.c')
-rw-r--r--docs/examples/imap-authzid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/imap-authzid.c b/docs/examples/imap-authzid.c
index cf8ea1084..4bdeb4ed4 100644
--- a/docs/examples/imap-authzid.c
+++ b/docs/examples/imap-authzid.c
@@ -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
@@ -45,7 +45,7 @@ int main(void)
curl_easy_setopt(curl, CURLOPT_USERNAME, "user");
curl_easy_setopt(curl, CURLOPT_PASSWORD, "secret");
- /* Set the authorisation identity (identity to act as) */
+ /* Set the authorization identity (identity to act as) */
curl_easy_setopt(curl, CURLOPT_SASL_AUTHZID, "shared-mailbox");
/* Force PLAIN authentication */