diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-11-28 23:24:06 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-11-28 23:24:06 +0000 |
commit | 232518a219c72b9f89d52dd6a2d06baec6435878 (patch) | |
tree | 0d96803e2957f54a6be6e8a7487e5194b90309d2 /ares | |
parent | bc165078a264b1eb17d20c0370365dad3670bdae (diff) |
Fixed a couple of typos
Diffstat (limited to 'ares')
-rw-r--r-- | ares/README.cares | 2 | ||||
-rw-r--r-- | ares/ares_init.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ares/README.cares b/ares/README.cares index a879f975b..bd4a03f20 100644 --- a/ares/README.cares +++ b/ares/README.cares @@ -11,7 +11,7 @@ c-ares is not API compatible with ares: a new name makes that more obvious to the public. The full source code is available in the 'c-ares' release archives, and in the -'ares' subdir of the curl CVS source repostitory. +'ares' subdir of the curl CVS source repository. If you find bugs, correct flaws, have questions or have comments in general in regard to c-ares (or by all means the original ares too), get in touch with us diff --git a/ares/ares_init.3 b/ares/ares_init.3 index 428cb03cc..05fa59814 100644 --- a/ares/ares_init.3 +++ b/ares/ares_init.3 @@ -154,7 +154,7 @@ recursion for you. Recursion must be handled by the application calling ares if \fIARES_FLAG_NORECURSE\fP is set. .TP 23 .B ARES_FLAG_STAYOPEN -Do not close communciations sockets when the number of active queries +Do not close communications sockets when the number of active queries drops to zero. .TP 23 .B ARES_FLAG_NOSEARCH |