]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 10 Jan 2015 03:14:43 +0000 (10:14 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 10 Jan 2015 11:00:12 +0000 (18:00 +0700)
src/lib/dict.c

index fe1ed73893e5fa56b1554f37d2e6ee632663a4b9..02c65ed92135d6bb0d44bf288b4faf138812b4f3 100644 (file)
@@ -1486,7 +1486,7 @@ static int process_attribute(char const* fn, int const line,
                        flags.extended = 1;
                        flags.evs = 1;
                        if (value != PW_VENDOR_SPECIFIC) {
-                               fr_strerror_printf("dict_init: %s[%d]: Attributes of type \"evs\" MUST have
+                               fr_strerror_printf("dict_init: %s[%d]: Attributes of type \"evs\" MUST have "
                                                   "attribute code 26.", fn, line);
                                return -1;
                        }