From 232518a219c72b9f89d52dd6a2d06baec6435878 Mon Sep 17 00:00:00 2001 From: Dan Fandrich <dan@coneharvesters.com> Date: Fri, 28 Nov 2008 23:24:06 +0000 Subject: [PATCH] Fixed a couple of typos --- ares/README.cares | 2 +- ares/ares_init.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ares/README.cares b/ares/README.cares index a879f975ba..bd4a03f20f 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 428cb03cc1..05fa598148 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 -- GitLab