]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorNick Porter <nick@portercomputing.co.uk>
Wed, 6 Jul 2022 13:32:06 +0000 (14:32 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 6 Jul 2022 13:32:06 +0000 (14:32 +0100)
src/lib/util/dict_validate.c

index 57b7c76b3b06089fe938bbdd97427a3890672030..5bce1214ccc6fa2d5308fe4f04797943d07091d6 100644 (file)
@@ -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;