From c629ff587b19295d638710e4fa42b96da7b42123 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 12 Feb 2016 00:26:37 +0100 Subject: Typo fixes --- src/shared/dns-domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/dns-domain.c b/src/shared/dns-domain.c index 45d24c0079..0fc2a31f04 100644 --- a/src/shared/dns-domain.c +++ b/src/shared/dns-domain.c @@ -331,7 +331,7 @@ int dns_label_apply_idna(const char *encoded, size_t encoded_size, char *decoded l = strlen(buffer); - /* Verify that the the result is not longer than one DNS label. */ + /* Verify that the result is not longer than one DNS label. */ if (l <= 0 || l > DNS_LABEL_MAX) return -EINVAL; if (l > decoded_max) -- cgit v1.2.3-54-g00ecf