From 0b3138e1bfee1eac59acad32102a4a256ca4b22d Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Wed, 5 Oct 2016 09:56:05 +0000 Subject: [PATCH] - Fix #1117: spelling errors, from Robert Edmonds git-svn-id: file:///svn/unbound/trunk@3877 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 1 + doc/libunbound.3.in | 2 +- doc/unbound-anchor.8.in | 2 +- testcode/asynclook.c | 2 +- testdata/val_cnamewctonodata.rpl | 2 +- testdata/val_nsec3_wcany.rpl | 2 +- testdata/val_nsec3_wcany_nodeny.rpl | 2 +- validator/val_nsec3.c | 2 +- validator/val_sigcrypt.c | 2 +- 9 files changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/Changelog b/doc/Changelog index f0f4402ea..baec77ee9 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 5 October 2016: Ralph - Added views functionality. + - Fix #1117: spelling errors, from Robert Edmonds. 30 September 2016: Wouter - Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav. diff --git a/doc/libunbound.3.in b/doc/libunbound.3.in index 88b728e19..4bdf7fd86 100644 --- a/doc/libunbound.3.in +++ b/doc/libunbound.3.in @@ -180,7 +180,7 @@ and .B ub_ctx_hosts to read them. Before you call this, use the openssl functions CRYPTO_set_id_callback and -CRYPTO_set_locking_callback to set up asyncronous operation if you use +CRYPTO_set_locking_callback to set up asynchronous operation if you use lib openssl (the application calls these functions once for initialisation). Openssl 1.0.0 or later uses the CRYPTO_THREADID_set_callback function. .TP diff --git a/doc/unbound-anchor.8.in b/doc/unbound-anchor.8.in index 5f17b614c..02a3e781b 100644 --- a/doc/unbound-anchor.8.in +++ b/doc/unbound-anchor.8.in @@ -67,7 +67,7 @@ List the builtin root key and builtin root update certificate on stdout. .B \-u \fIname The server name, it connects to https://name. Specify without https:// prefix. The default is "data.iana.org". It connects to the port specified with \-P. -You can pass an IPv4 addres or IPv6 address (no brackets) if you want. +You can pass an IPv4 address or IPv6 address (no brackets) if you want. .TP .B \-x \fIpath The pathname to the root\-anchors.xml file on the server. (forms URL with \-u). diff --git a/testcode/asynclook.c b/testcode/asynclook.c index 43e1dccf5..96cb2e3b2 100644 --- a/testcode/asynclook.c +++ b/testcode/asynclook.c @@ -470,7 +470,7 @@ int main(int argc, char** argv) return 1; } - /* perform asyncronous calls */ + /* perform asynchronous calls */ num_wait = argc; for(i=0; i (time_t)origttl && d->ttl > MIN_TTL) { verbose(VERB_QUERY, "rrset TTL larger than original and minimum" - " TTL, adjusting TTL downwards to mimimum ttl"); + " TTL, adjusting TTL downwards to minimum ttl"); d->ttl = MIN_TTL; } else if(MIN_TTL <= origttl && d->ttl > (time_t)origttl) {