Module Name: src
Committed By: tron
Date: Mon Jun 22 08:31:13 UTC 2009
Modified Files:
src/lib/libevent: evdns.3
Log Message:
Fix typo. Patch supplied by Marc Balmer in private e-mail.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libevent/evdns.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libevent/evdns.3
diff -u src/lib/libevent/evdns.3:1.5 src/lib/libevent/evdns.3:1.6
--- src/lib/libevent/evdns.3:1.5 Tue Apr 28 07:51:59 2009
+++ src/lib/libevent/evdns.3 Mon Jun 22 08:31:13 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: evdns.3,v 1.5 2009/04/28 07:51:59 wiz Exp $
+.\" $NetBSD: evdns.3,v 1.6 2009/06/22 08:31:13 tron Exp $
.\"
.\" Copyright (c) 2006 Niels Provos <[email protected]>
.\" All rights reserved.
@@ -349,7 +349,7 @@
API was developed by Adam Langley on top of the
.Nm libevent
API.
-The code was integrate into
+The code was integrated into
.Nm Tor
by Nick Mathewson and finally put into
.Nm libevent