]> granicus.if.org Git - curl/commitdiff
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 b9bd0065c7e9ab1b1526df5570834881f9fed1c5..3f9b2fc0f5496d404bc8d43de679efa9b1a9d952 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 f67effebcd3f08c930b40660f021cfb1530c06f8..cdacf4a14396d280cd4ca1c4e4ebd1961b2f57f8 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 65c251558e54dc7932d4d4512c5ecf1160025544..42ccd496d747d1f489de3511267eeabb74c67452 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 e15e999c2eeab0d66b2f9c2254f7efca7fc5cfc4..c23c12b1da56fbf3888838595218f67ac49da2f6 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 1484f0a08cec7299c9e5fe5692943eee64adf461..575adffe9bce410d89bc579652ae64d2a6f7ce9c 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 485722e30c8941b9ac6725f616a9d72d4fac63e8..a75249f0a9ce329e4cc2a953675a8fcdd0421026 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 15cfced5a78ee57db7d66e4781b14155e48c3df0..9c3469ef4433e02c7bade67a9272b2ef73dcd3d2 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 a038583976552b801f8877de336601f530c8f7b9..9705e2ba9ad821757174ef43145db62ce97e207e 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 2e1f38e5f20bd23e58cce3fe6447dc478b31ab7f..c1984d4eaa235976a1af5e9c1d8859ba6a9ba105 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 3ac4536c41158f7fc48d6612e9241299667a5432..1f5d6963631ab88bc938ce640d70bee65ae26a6e 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 d6de0c2fc7e362ba5eabbe69664fea1f6ba193d1..64a07e5fdd89385d24e75ff434b44e022c7395e8 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 bf365c497feb827e65a05e5d40cf2a4cb4bff16d..cf14ded44df47b4755113fdfa4ef2d5ac1b98372 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 30ebebd3bf5a7629273f46362625fe13dee7636e..9120af17461bb7fa187e051a764d55c85bf46ace 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,