summaryrefslogtreecommitdiff
path: root/src/shared/dns-domain.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-08 16:05:18 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-08 16:05:18 +0200
commit5e55cde9b8e808747a3d278ca30d6b18dd2a7459 (patch)
tree3ea4965ce50e5a420d20ae9d257c2e2303e823db /src/shared/dns-domain.h
parent6561918f5977a39e1e29b975f52b06f1569da6f3 (diff)
downloadsystemd-5e55cde9b8e808747a3d278ca30d6b18dd2a7459.tar.gz
resolved: fix typo in macro name
Diffstat (limited to 'src/shared/dns-domain.h')
-rw-r--r--src/shared/dns-domain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/dns-domain.h b/src/shared/dns-domain.h
index 67208587cd..e680288344 100644
--- a/src/shared/dns-domain.h
+++ b/src/shared/dns-domain.h
@@ -25,7 +25,7 @@
#define DNS_HOSTNAME_MAX 253
/* Maximum length of a full hostname, on the wire, including the final NUL byte */
-#define DNS_WIRE_FOMAT_HOSTNAME_MAX 255
+#define DNS_WIRE_FORMAT_HOSTNAME_MAX 255
/* Maximum number of labels per valid hostname */
#define DNS_N_LABELS_MAX 127