From 47b55416893f20482a27db79d088ff9cf90e7267 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 17:34:27 -0400 Subject: [PATCH] spelling: resolver Signed-off-by: Josh Soref --- contrib/python/ldns_resolver.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/python/ldns_resolver.i b/contrib/python/ldns_resolver.i index 7081ec36..327a0b8d 100644 --- a/contrib/python/ldns_resolver.i +++ b/contrib/python/ldns_resolver.i @@ -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; -- 2.47.3