From: Nick Porter Date: Wed, 6 Jul 2022 13:32:06 +0000 (+0100) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7431ed9f70a784c6203220ee25e0dba109fec66e;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/lib/util/dict_validate.c b/src/lib/util/dict_validate.c index 57b7c76b3b0..5bce1214ccc 100644 --- a/src/lib/util/dict_validate.c +++ b/src/lib/util/dict_validate.c @@ -545,7 +545,7 @@ bool dict_attr_flags_valid(fr_dict_t *dict, fr_dict_attr_t const *parent, sibling = fr_dict_attr_child_by_num(parent, (*attr) - 1); if (!sibling) { - fr_strerror_printf("Child \"%s\" of 'struct' ttribute \"%s\" MUST be " + fr_strerror_printf("Child \"%s\" of 'struct' attribute \"%s\" MUST be " "numbered consecutively %u.", name, parent->name, *attr); return false;