summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-11-16 12:55:10 -0500
committerNick Mathewson <nickm@torproject.org>2010-11-19 12:08:29 -0500
commit494186129fdec5d47db0bd0b582922c1b37abe0f (patch)
tree84cfd28eae1e944a28bafcad7a7cb418a74a3ee4 /include
parent8faf223ac593a2c8a93a9bb16eb314f858fce59b (diff)
downloadlibevent-494186129fdec5d47db0bd0b582922c1b37abe0f.tar.gz
Use the US-English "canceled", not the UK "cancelled".
Diffstat (limited to 'include')
-rw-r--r--include/event2/dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event2/dns.h b/include/event2/dns.h
index bfb6dc9f..3bb6f9eb 100644
--- a/include/event2/dns.h
+++ b/include/event2/dns.h
@@ -628,7 +628,7 @@ struct evdns_getaddrinfo_request *evdns_getaddrinfo(
evdns_getaddrinfo_cb cb, void *arg);
/* Cancel an in-progress evdns_getaddrinfo. This MUST NOT be called after the
- * getaddrinfo's callback has been invoked. The resolves will be cancelled,
+ * getaddrinfo's callback has been invoked. The resolves will be canceled,
* and the callback will be invoked with the error EVUTIL_EAI_CANCEL. */
void evdns_getaddrinfo_cancel(struct evdns_getaddrinfo_request *req);