Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 17 Jun 2014 19:04:16 +0000 (20:04 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 17 Jun 2014 19:04:25 +0000 (20:04 +0100)
src/lib/debug.c

index 2c9d482..88b26a2 100644 (file)
@@ -865,7 +865,7 @@ inline void fr_verify_vp(char const *file, int line, VALUE_PAIR const *vp)
                parent = talloc_parent(vp->data.ptr);
                if (parent != vp) {
                        fprintf(stderr, "CONSISTENCY CHECK FAILED %s[%u]: VALUE_PAIR %s uint8_t data buffer is not "
-                               "parented by VALUE_PAIR %p, intead parented by %p (%s)\n",
+                               "parented by VALUE_PAIR %p, instead parented by %p (%s)\n",
                                file, line, vp->da->name,
                                vp, parent, parent ? talloc_get_name(parent) : "NULL");
                        fr_assert(0);