From: Arran Cudbard-Bell Date: Sat, 10 Jan 2015 03:14:43 +0000 (+0700) Subject: Typo X-Git-Tag: release_3_0_7~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c35891aeacc19a21cc36752736749518bebdaa9;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/lib/dict.c b/src/lib/dict.c index fe1ed73893e..02c65ed9213 100644 --- a/src/lib/dict.c +++ b/src/lib/dict.c @@ -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; }