Fix typo
authorAlan T. DeKok <aland@freeradius.org>
Thu, 27 Jun 2013 12:45:24 +0000 (08:45 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 27 Jun 2013 12:45:24 +0000 (08:45 -0400)
src/lib/valuepair.c

index 4b7fb12..fcfdb4b 100644 (file)
@@ -1700,7 +1700,7 @@ VALUE_PAIR *pairread(const char **ptr, FR_TOKEN *eol)
 
        if (!*attr) {
                *eol = T_OP_INVALID;
-               fr_strerror_printf("Invalid attribute name);
+               fr_strerror_printf("Invalid attribute name");
                return NULL;
        }