diff options
author | Emil Engler <me@emilengler.com> | 2020-12-31 10:11:49 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-02 23:35:59 +0100 |
commit | 725ec470e2ca5b1eb01ffee84d432653a8070722 (patch) | |
tree | 709335fcb15c168bb0eb2fbbc5f31d1e8fb6b6e2 /docs/INTERNALS.md | |
parent | aa71750687d12446465a873d323aa43a873bfb1b (diff) | |
download | curl-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 'docs/INTERNALS.md')
-rw-r--r-- | docs/INTERNALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index f5da02f43..11ca33e50 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -145,7 +145,7 @@ Windows vs Unix That's taken care of by the `curl_global_init()` call, but if other libs also do it etc there might be reasons for applications to alter that - behaviour. + behavior. We require WinSock version 2.2 and load this version during global init. |