From: Alan Buxey Date: Sat, 27 Jun 2015 12:55:32 +0000 (+0100) Subject: Update radsniff.c X-Git-Tag: release_3_0_9~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f6d00ba1cd8b77f19a46b013370055408c62629;p=thirdparty%2Ffreeradius-server.git Update radsniff.c --- diff --git a/src/main/radsniff.c b/src/main/radsniff.c index 382a26b232f..118f6e9ae42 100644 --- a/src/main/radsniff.c +++ b/src/main/radsniff.c @@ -1729,7 +1729,7 @@ static int rs_build_filter(VALUE_PAIR **out, char const *filter) vp; vp = fr_cursor_next(&cursor)) { /* - * xlat expansion isn't support here + * xlat expansion isn't supported here */ if (vp->type == VT_XLAT) { vp->type = VT_DATA;