diff options
author | Viktor Szakats <commit@vsz.me> | 2024-08-03 01:09:57 +0200 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2024-08-04 19:17:45 +0200 |
commit | f81f351b9aa63b76066bde1ef5224efd0925664e (patch) | |
tree | 56c6acbea9acbe29137a5e999c97366bb0b7b2f1 /docs/examples/post-callback.c | |
parent | a4ad7dc5a3e21d573a02d8c0202e2bb26066f302 (diff) |
tidy-up: OS names
Use these words and casing more consistently across text, comments and
one curl tool output:
AIX, ALPN, ANSI, BSD, Cygwin, Darwin, FreeBSD, GitHub, HP-UX, Linux,
macOS, MS-DOS, MSYS, MinGW, NTLM, POSIX, Solaris, UNIX, Unix, Unicode,
WINE, WebDAV, Win32, winbind, WinIDN, Windows, Windows CE, Winsock.
Mostly OS names and a few more.
Also a couple of other minor text fixups.
Closes #14360
Diffstat (limited to 'docs/examples/post-callback.c')
-rw-r--r-- | docs/examples/post-callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/post-callback.c b/docs/examples/post-callback.c index 311bc3cae..1a213cb2d 100644 --- a/docs/examples/post-callback.c +++ b/docs/examples/post-callback.c @@ -73,7 +73,7 @@ int main(void) wt.readptr = data; wt.sizeleft = strlen(data); - /* In windows, this inits the winsock stuff */ + /* In Windows, this inits the Winsock stuff */ res = curl_global_init(CURL_GLOBAL_DEFAULT); /* Check for errors */ if(res != CURLE_OK) { |