summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/README.html.in2
-rw-r--r--libasyncns/asyncns.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index e352b13..27d6fd3 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -42,7 +42,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
-<div class="news-date">Fri 7 Jan 2005: </div> <p class="news-text"><a
+<div class="news-date">Sat 8 Jan 2005: </div> <p class="news-text"><a
href="@PACKAGE_URL@libasyncns-0.1.tar.gz">Version 0.1</a> released</p>
<h2><a name="overview">Overview</a></h2>
diff --git a/libasyncns/asyncns.h b/libasyncns/asyncns.h
index beb1e47..80892e7 100644
--- a/libasyncns/asyncns.h
+++ b/libasyncns/asyncns.h
@@ -37,7 +37,7 @@
* asyncns_getnameinfo(). Use asyncns_free() to shut down the worker
* processes.
*
- * Since libasyncns forks off new processes you have to make sure that
+ * Since libasyncns may fork off new processes you have to make sure that
* your program is not irritated by spurious SIGCHLD signals.
*/