]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: resolver
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:34:27 +0000 (17:34 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:15 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
contrib/python/ldns_resolver.i

index 7081ec36ace098508ef2c1f37b770bc309fd040e..327a0b8df52907796ce4b783d97399900ae95a45 100644 (file)
@@ -35,7 +35,7 @@
 /* SWIG setting and definitions. */
 /* ========================================================================= */
 
-/* Creates temporary instance of (ldns_rersolver *). */
+/* Creates temporary instance of (ldns_resolver *). */
 %typemap(in,numinputs=0,noblock=1) (ldns_resolver **r)
 {
   ldns_resolver *$1_res;