From d466206fb34632b1db1e101a5a363102fbdde0e5 Mon Sep 17 00:00:00 2001 From: Benedek Kupper Date: Thu, 6 Jul 2023 15:05:44 +0200 Subject: [PATCH] use uniform utf-8 encoding --- avahi-common/domain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avahi-common/domain.h b/avahi-common/domain.h index a0dcd0f..c3995d3 100644 --- a/avahi-common/domain.h +++ b/avahi-common/domain.h @@ -33,7 +33,7 @@ AVAHI_C_DECL_BEGIN * is calculated like this: RFC1034 mandates maximum length of FQDNs * is 255. The maximum label length is 63. To minimize the number of * (non-escaped) dots, we comprise our maximum-length domain name of - * four labels á 63 characters plus three inner dots. Escaping the + * four labels á 63 characters plus three inner dots. Escaping the * four labels quadruples their length at maximum. An escaped domain * name has the therefore the maximum length of 63*4*4+3=1011. A * trailing NUL and perhaps two unnecessary dots leading and trailing