summaryrefslogtreecommitdiff
path: root/ares_rules.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-10-27 16:56:20 +0000
committerYang Tse <yangsita@gmail.com>2009-10-27 16:56:20 +0000
commitf28b736a5653f5b2c02af170c9cf56302a66f2af (patch)
tree712187fd7550088558c331b1f68f5c1e2f669c70 /ares_rules.h
parent76f24cfdbd4f9282f22756ef19dec5d6dc7a29b3 (diff)
downloadc-ares-f28b736a5653f5b2c02af170c9cf56302a66f2af.tar.gz
c-ares-f28b736a5653f5b2c02af170c9cf56302a66f2af.tar.bz2
c-ares-f28b736a5653f5b2c02af170c9cf56302a66f2af.zip
Fix spelling
Diffstat (limited to 'ares_rules.h')
-rw-r--r--ares_rules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_rules.h b/ares_rules.h
index f67effe..cdacf4a 100644
--- a/ares_rules.h
+++ b/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"