From: Alan T. DeKok Date: Tue, 5 Sep 2023 16:55:41 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af68ebb88bcf684c083d6f697244b5ec086b9bd6;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/unlang/edit.c b/src/lib/unlang/edit.c index 91086559b33..1ba66c6a9fb 100644 --- a/src/lib/unlang/edit.c +++ b/src/lib/unlang/edit.c @@ -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; }