Update map.c
authorAlan Buxey <alan.buxey@gmail.com>
Sat, 27 Jun 2015 13:21:55 +0000 (14:21 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 27 Jun 2015 13:45:38 +0000 (09:45 -0400)
src/main/map.c

index 036dbc3..ccd1da0 100644 (file)
@@ -1095,7 +1095,7 @@ int map_to_request(REQUEST *request, vp_map_t const *map, radius_map_getvalue_t
        /*
         *      The callback should either return -1 to signify operations error,
         *      -2 when it can't find the attribute or list being referenced, or
-        *      0 to signify success. It may return "sucess", but still have no
+        *      0 to signify success. It may return "success", but still have no
         *      VPs to work with.
         */
        if (map->rhs->type != TMPL_TYPE_NULL) {