diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-21 07:40:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-21 07:40:33 +0000 |
commit | 12e60c6d4e0c671b8a802c840865b0abf2c9fe26 (patch) | |
tree | 9e67c4f999d49995eaea48a75c2d8491ce202a85 /lib/setup.h | |
parent | ff3223259f31becea6f1d95a826c6f23a0265aaa (diff) | |
download | curl-12e60c6d4e0c671b8a802c840865b0abf2c9fe26.tar.gz |
spelling corrections
Diffstat (limited to 'lib/setup.h')
-rw-r--r-- | lib/setup.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/setup.h b/lib/setup.h index ec62e3b20..7efc6104c 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -78,7 +78,7 @@ /* ================================================================ */ /* Definition of preprocessor macros/symbols which modify compiler */ -/* behaviour or generated code characteristics must be done here, */ +/* behavior or generated code characteristics must be done here, */ /* as appropriate, before any system header file is included. It is */ /* also possible to have them defined in the config file included */ /* before this point. As a result of all this we frown inclusion of */ @@ -175,9 +175,9 @@ /* * Include header files for windows builds before redefining anything. - * Use this preproessor block only to include or exclude windows.h, + * Use this preprocessor block only to include or exclude windows.h, * winsock2.h, ws2tcpip.h or winsock.h. Any other windows thing belongs - * to any other further and independant block. Under Cygwin things work + * to any other further and independent block. Under Cygwin things work * just as under linux (e.g. <sys/socket.h>) and the winsock headers should * never be included when __CYGWIN__ is defined. configure script takes * care of this, not defining HAVE_WINDOWS_H, HAVE_WINSOCK_H, HAVE_WINSOCK2_H, @@ -449,7 +449,7 @@ /* * Intentionally fail to build when using msvc 6.0 without PSDK installed. - * The brave of heart can circumvect this, defining ALLOW_MSVC6_WITHOUT_PSDK + * The brave of heart can circumvent this, defining ALLOW_MSVC6_WITHOUT_PSDK * in lib/config-win32.h although absolutely discouraged and unsupported. */ |