summaryrefslogtreecommitdiff
path: root/docs/examples/unixsocket.c
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2024-08-03 01:09:57 +0200
committerViktor Szakats <commit@vsz.me>2024-08-04 19:17:45 +0200
commitf81f351b9aa63b76066bde1ef5224efd0925664e (patch)
tree56c6acbea9acbe29137a5e999c97366bb0b7b2f1 /docs/examples/unixsocket.c
parenta4ad7dc5a3e21d573a02d8c0202e2bb26066f302 (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/unixsocket.c')
-rw-r--r--docs/examples/unixsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/unixsocket.c b/docs/examples/unixsocket.c
index 90c655917..299a121d9 100644
--- a/docs/examples/unixsocket.c
+++ b/docs/examples/unixsocket.c
@@ -22,7 +22,7 @@
*
***************************************************************************/
/* <DESC>
- * Access HTTP server over unix domain socket
+ * Access HTTP server over Unix domain socket
* </DESC>
*/
#include <stdio.h>