summaryrefslogtreecommitdiff
path: root/src/shared/dns-domain.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-02-11 21:47:54 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-02-11 21:47:54 -0500
commit1d00ee20319cf582e302148f4fb53cf963943038 (patch)
tree8b43e136f4d34041b9ad9628290123036278269e /src/shared/dns-domain.c
parentc2caabbb54c515be95eb8a99e1d64fc20dbb4f6e (diff)
parentc629ff587b19295d638710e4fa42b96da7b42123 (diff)
Merge pull request #2592 from mbiebl/typo-fixes
Typo fixes
Diffstat (limited to 'src/shared/dns-domain.c')
-rw-r--r--src/shared/dns-domain.c2
1 files changed, 1 insertions, 1 deletions
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)