---
 src/dnsproxy.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/dnsproxy.c b/src/dnsproxy.c
index 3a369bc..a1eda55 100644
--- a/src/dnsproxy.c
+++ b/src/dnsproxy.c
@@ -333,14 +333,14 @@ static void refresh_dns_entry(struct cache_entry *entry, 
char *name)
        }
 
        if (!entry->ipv4) {
-               DBG("Refresing A record for %s", name);
+               DBG("Refreshing A record for %s", name);
                g_resolv_lookup_hostname(ipv4_resolve, name,
                                        dummy_resolve_func, NULL);
                age = 4;
        }
 
        if (!entry->ipv6) {
-               DBG("Refresing AAAA record for %s", name);
+               DBG("Refreshing AAAA record for %s", name);
                g_resolv_lookup_hostname(ipv6_resolve, name,
                                        dummy_resolve_func, NULL);
                age = 4;
-- 
1.7.10.4

_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman

Reply via email to