]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update radsniff.c
authorAlan Buxey <alan.buxey@gmail.com>
Sat, 27 Jun 2015 12:55:32 +0000 (13:55 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 27 Jun 2015 13:45:38 +0000 (09:45 -0400)
src/main/radsniff.c

index 382a26b232fa84c2e8e79f3b513abf0e9ac1da41..118f6e9ae42dda017bcc2643dc4640f65fce221b 100644 (file)
@@ -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;