diff options
author | Michael Biebl <biebl@debian.org> | 2016-02-12 00:26:37 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2016-02-12 00:26:37 +0100 |
commit | c629ff587b19295d638710e4fa42b96da7b42123 (patch) | |
tree | 8b43e136f4d34041b9ad9628290123036278269e /src/shared | |
parent | c2caabbb54c515be95eb8a99e1d64fc20dbb4f6e (diff) |
Typo fixes
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/dns-domain.c | 2 |
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) |