Fix spelling
authorYang Tse <yangsita@gmail.com>
Tue, 27 Oct 2009 16:56:20 +0000 (16:56 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 27 Oct 2009 16:56:20 +0000 (16:56 +0000)
13 files changed:
ares/README.cares
ares/ares_rules.h
ares/configure.ac
ares/setup.h
configure.ac
include/README
include/curl/curlbuild.h.dist
include/curl/curlrules.h
lib/select.c
packages/DOS/common.dj
packages/vms/build_vms.com
packages/vms/readme
src/setup.h

index b9bd006..3f9b2fc 100644 (file)
@@ -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
index f67effe..cdacf4a 100644 (file)
@@ -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"
index 65c2515..42ccd49 100644 (file)
@@ -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
index e15e999..c23c12b 100644 (file)
@@ -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,
index 1484f0a..575adff 100644 (file)
@@ -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
index 485722e..a75249f 100644 (file)
@@ -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
index 15cfced..9c3469e 100644 (file)
@@ -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.
index a038583..9705e2b 100644 (file)
@@ -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"
index 2e1f38e..c1984d4 100644 (file)
@@ -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
index 3ac4536..1f5d696 100644 (file)
@@ -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
index d6de0c2..64a07e5 100755 (executable)
@@ -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
index bf365c4..cf14ded 100644 (file)
@@ -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:
index 30ebebd..9120af1 100644 (file)
@@ -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,