]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update notes
authorAlan T. DeKok <aland@freeradius.org>
Thu, 2 Dec 2021 19:24:26 +0000 (14:24 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 3 Dec 2021 15:33:48 +0000 (10:33 -0500)
src/lib/util/edit.c

index b9c8439d0cc73ca42ef8e49abd41511615cb3313..d0730b43c8d69fbd24bcda65f85ef1f43b4eb2d5 100644 (file)
@@ -649,7 +649,7 @@ int fr_edit_list_insert_list_after(fr_edit_list_t *el, fr_pair_list_t *list, fr_
 
 /** Apply operators to pairs.
  *
- *  := is "if found vp, call fr_pair_replace().  Otherwise call fr_edit_list_insert_pair_tail()
+ *  := is "if found vp, call fr_edit_list_pair_replace().  Otherwise call fr_edit_list_insert_pair_tail()
  *   = is "if found vp, do nothing.  Otherwise call fr_edit_list_insert_pair_tail()
  *
  */