diff options
author | Yang Tse <yangsita@gmail.com> | 2009-10-27 16:56:20 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-10-27 16:56:20 +0000 |
commit | 21af9bf1cd41393aedf546aef5d21a43219c9eca (patch) | |
tree | 2995a8c6e17b6fa075669c4f154b300969347ccb | |
parent | b2f430898053258622eebee3328f03441367a32c (diff) |
Fix spelling
-rw-r--r-- | ares/README.cares | 2 | ||||
-rw-r--r-- | ares/ares_rules.h | 2 | ||||
-rw-r--r-- | ares/configure.ac | 2 | ||||
-rw-r--r-- | ares/setup.h | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | include/README | 2 | ||||
-rw-r--r-- | include/curl/curlbuild.h.dist | 4 | ||||
-rw-r--r-- | include/curl/curlrules.h | 2 | ||||
-rw-r--r-- | lib/select.c | 4 | ||||
-rw-r--r-- | packages/DOS/common.dj | 2 | ||||
-rwxr-xr-x | packages/vms/build_vms.com | 2 | ||||
-rw-r--r-- | packages/vms/readme | 2 | ||||
-rw-r--r-- | src/setup.h | 2 |
13 files changed, 15 insertions, 15 deletions
diff --git a/ares/README.cares b/ares/README.cares index b9bd0065c..3f9b2fc0f 100644 --- a/ares/README.cares +++ b/ares/README.cares @@ -50,7 +50,7 @@ The following notes apply to c-ares version 1.6.1 and later. the library that you have built. It is _your_ responsability to provide this file. No one at the c-ares project can know how you have built the library. -* File ares_build.h includes platform and configuration dependant info, +* File ares_build.h includes platform and configuration dependent info, and must not be modified by anyone. Configure script generates it for you. * We cannot assume anything else but very basic compiler features being diff --git a/ares/ares_rules.h b/ares/ares_rules.h index f67effebc..cdacf4a14 100644 --- a/ares/ares_rules.h +++ b/ares/ares_rules.h @@ -50,7 +50,7 @@ * that the dimension of a constant array can not be a negative one. * In this way if the compile time verification fails, the compilation * will fail issuing an error. The error description wording is compiler - * dependant but it will be quite similar to one of the following: + * dependent but it will be quite similar to one of the following: * * "negative subscript or subscript is too large" * "array must have at least one element" diff --git a/ares/configure.ac b/ares/configure.ac index 65c251558..42ccd496d 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -51,7 +51,7 @@ fi AC_SUBST([EGREP]) dnl AR is mandatory for configure process and libtool. -dnl This is target dependant, so check it as a tool. +dnl This is target dependent, so check it as a tool. AC_PATH_TOOL([AR], [ar], [not_found], [$PATH:/usr/bin:/usr/local/bin]) if test -z "$AR" || test "$AR" = "not_found"; then diff --git a/ares/setup.h b/ares/setup.h index e15e999c2..c23c12b1d 100644 --- a/ares/setup.h +++ b/ares/setup.h @@ -87,7 +87,7 @@ * Include header files for windows builds before redefining anything. * Use this preproessor 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, diff --git a/configure.ac b/configure.ac index 1484f0a08..575adffe9 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ fi AC_SUBST([EGREP]) dnl AR is mandatory for configure process and libtool. -dnl This is target dependant, so check it as a tool. +dnl This is target dependent, so check it as a tool. AC_PATH_TOOL([AR], [ar], [not_found], [$PATH:/usr/bin:/usr/local/bin]) if test -z "$AR" || test "$AR" = "not_found"; then diff --git a/include/README b/include/README index 485722e30..a75249f0a 100644 --- a/include/README +++ b/include/README @@ -39,7 +39,7 @@ The following notes apply to libcurl version 7.19.0 and later. the library that you have built. It is _your_ responsability to provide this file. No one at the cURL project can know how you have built the library. -* File curl/curlbuild.h includes platform and configuration dependant info, +* File curl/curlbuild.h includes platform and configuration dependent info, and must not be modified by anyone. Configure script generates it for you. * We cannot assume anything else but very basic compiler features being diff --git a/include/curl/curlbuild.h.dist b/include/curl/curlbuild.h.dist index 15cfced5a..9c3469ef4 100644 --- a/include/curl/curlbuild.h.dist +++ b/include/curl/curlbuild.h.dist @@ -68,7 +68,7 @@ * * For any given platform/compiler curl_off_t must be typedef'ed to a * 64-bit wide signed integral data type. The width of this data type - * must remain constant and independant of any possible large file + * must remain constant and independent of any possible large file * support settings. * * As an exception to the above, curl_off_t shall be typedef'ed to a @@ -76,7 +76,7 @@ * * As a general rule, curl_off_t shall not be mapped to off_t. This * rule shall only be violated if off_t is the only 64-bit data type - * available and the size of off_t is independant of large file support + * available and the size of off_t is independent of large file support * settings. Keep your build on the safe side avoiding an off_t gating. * If you have a 64-bit off_t then take for sure that another 64-bit * data type exists, dig deeper and you will find it. diff --git a/include/curl/curlrules.h b/include/curl/curlrules.h index a03858397..9705e2ba9 100644 --- a/include/curl/curlrules.h +++ b/include/curl/curlrules.h @@ -57,7 +57,7 @@ * that the dimension of a constant array can not be a negative one. * In this way if the compile time verification fails, the compilation * will fail issuing an error. The error description wording is compiler - * dependant but it will be quite similar to one of the following: + * dependent but it will be quite similar to one of the following: * * "negative subscript or subscript is too large" * "array must have at least one element" diff --git a/lib/select.c b/lib/select.c index 2e1f38e5f..c1984d4ea 100644 --- a/lib/select.c +++ b/lib/select.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2009, 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 @@ -82,7 +82,7 @@ * Waiting indefinitely with this function is not allowed, a * zero or negative timeout value will return immediately. * Timeout resolution, accuracy, as well as maximum supported - * value is system dependant, neither factor is a citical issue + * value is system dependent, neither factor is a citical issue * for the intended use of this function in the library. * On non-DOS and non-Winsock platforms, when compiled with * CURL_ACKNOWLEDGE_EINTR defined, EINTR condition is honored diff --git a/packages/DOS/common.dj b/packages/DOS/common.dj index 3ac4536c4..1f5d69636 100644 --- a/packages/DOS/common.dj +++ b/packages/DOS/common.dj @@ -25,7 +25,7 @@ ifneq ($(findstring COMMAND.COM,$(SHELL)),COMMAND.COM) endif # -# Define shell dependant commands and vars +# Define shell dependent commands and vars # ifeq ($(IS_UNIX_SHELL),1) COPY = cp -f diff --git a/packages/vms/build_vms.com b/packages/vms/build_vms.com index d6de0c2fc..64a07e5fd 100755 --- a/packages/vms/build_vms.com +++ b/packages/vms/build_vms.com @@ -30,7 +30,7 @@ $! $! 2-DEC-2003, MSK, the "original" version. $! It works for me. Your mileage may vary. $! 13-JAN-2004, MSK, moved this procedure to the [.packages.vms] directory -$! and updated it to do hardware dependant builds. +$! and updated it to do hardware dependent builds. $! 29-JAN-2004, MSK, moved logical defines into defines.com $! 6-FEB-2004, MSK, put in various SSL support bits $! 9-MAR-2004, MSK, the config-vms.h* files are now copied to the lib and diff --git a/packages/vms/readme b/packages/vms/readme index bf365c497..cf14ded44 100644 --- a/packages/vms/readme +++ b/packages/vms/readme @@ -53,7 +53,7 @@ In theory you should be able to do an @defines followed by an an .exe. I say in theory because every release of cURL tosses in a new twist that has to be addressed by updating the config-vms.h* files, or other files. I'm working on keeping all the OpenVMS -dependant stuff in this config file to keep from having to wade +dependent stuff in this config file to keep from having to wade through gobs of #ifdefs and such. Other Notes: diff --git a/src/setup.h b/src/setup.h index 30ebebd3b..9120af174 100644 --- a/src/setup.h +++ b/src/setup.h @@ -84,7 +84,7 @@ * Include header files for windows builds before redefining anything. * Use this preproessor 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, |