summaryrefslogtreecommitdiff
path: root/src/shared/dns-domain.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-02-12 00:26:37 +0100
committerMichael Biebl <biebl@debian.org>2016-02-12 00:26:37 +0100
commitc629ff587b19295d638710e4fa42b96da7b42123 (patch)
tree8b43e136f4d34041b9ad9628290123036278269e /src/shared/dns-domain.c
parentc2caabbb54c515be95eb8a99e1d64fc20dbb4f6e (diff)
downloadsystemd-c629ff587b19295d638710e4fa42b96da7b42123.tar.gz
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)