summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2020-12-31 10:11:49 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-02 23:35:59 +0100
commit725ec470e2ca5b1eb01ffee84d432653a8070722 (patch)
tree709335fcb15c168bb0eb2fbbc5f31d1e8fb6b6e2 /src
parentaa71750687d12446465a873d323aa43a873bfb1b (diff)
downloadcurl-725ec470e2ca5b1eb01ffee84d432653a8070722.tar.gz
language: s/behaviour/behavior/g
We currently use both spellings the british "behaviour" and the american "behavior". However "behavior" is more used in the project so I think it's worth dropping the british name. Closes #6395
Diffstat (limited to 'src')
-rw-r--r--src/tool_getparam.c4
-rw-r--r--src/tool_operate.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/tool_getparam.c b/src/tool_getparam.c
index 91c278663..feb4109fd 100644
--- a/src/tool_getparam.c
+++ b/src/tool_getparam.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, 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
@@ -1990,7 +1990,7 @@ ParameterError getparameter(const char *flag, /* f or -long-flag */
/* This makes the FTP sessions use PORT instead of PASV */
/* use <eth0> or <192.168.10.10> style addresses. Anything except
this will make us try to get the "default" address.
- NOTE: this is a changed behaviour since the released 4.1!
+ NOTE: this is a changed behavior since the released 4.1!
*/
GetStr(&config->ftpport, nextarg);
break;
diff --git a/src/tool_operate.c b/src/tool_operate.c
index 15e82b4bd..92aa99843 100644
--- a/src/tool_operate.c
+++ b/src/tool_operate.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, 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
@@ -1276,7 +1276,7 @@ static CURLcode single_transfer(struct GlobalConfig *global,
* lib/telnet.c will Curl_poll() on the input file descriptor
* rather then calling the READFUNCTION at regular intervals.
* The circumstances in which it is preferable to enable this
- * behaviour, by omitting to set the READFUNCTION & READDATA options,
+ * behavior, by omitting to set the READFUNCTION & READDATA options,
* have not been determined.
*/
my_setopt(curl, CURLOPT_READDATA, input);