]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 5 Sep 2023 16:55:41 +0000 (12:55 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 5 Sep 2023 17:38:54 +0000 (13:38 -0400)
src/lib/unlang/edit.c

index 91086559b337b02bfc86413df4567935ea1fca67..1ba66c6a9fbb6ea13e8fdd9ce22f6d8f6757c54d 100644 (file)
@@ -371,7 +371,7 @@ static int apply_edits_to_list(request_t *request, unlang_frame_state_edit_t *st
                         *      immutable.  For now, this is good enough.
                         */
                        if (fr_pair_immutable(vp)) {
-                               RWDEBUG("Not removing immitable %pP", vp);
+                               RWDEBUG("Not removing immutable %pP", vp);
                                continue;
                        }