On ma, 2015-07-27 at 17:46 +0200, Peter Meerwald wrote:
> ---
>  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;

ACK from me.


Cheers,
Jukka


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

Reply via email to