]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix typo in comments
authorCatalina Pineros <catalina.pineros@inkbridge.io>
Thu, 12 Mar 2026 19:11:02 +0000 (15:11 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 13 Mar 2026 11:58:05 +0000 (07:58 -0400)
src/lib/server/cf_file.c
src/lib/server/connection.c

index 55f398a4c51b8f138aaf33a6bbf87ffa8f8398a6..947378bf41954154844f90256a066c4866a1d840 100644 (file)
@@ -2055,7 +2055,7 @@ static CONF_ITEM *process_foreach(cf_stack_t *stack)
                ptr++;
                stack->ptr = ptr;
 
-               cf_log_warn(css, "Using deprecated syntax.  Please use new the new 'foreach' syntax.");
+               cf_log_warn(css, "Using deprecated syntax.  Please use the new 'foreach' syntax.");
                return cf_section_to_item(css);
        }
 
index 1615087ff0122f27e3a6514e9761a37d6286f77c..e554fb26034f751b86a07ba50ad7f1cdbfb647ac 100644 (file)
@@ -1353,8 +1353,8 @@ void connection_signal_halt(connection_t *conn)
 /** Receive an error notification when we're connecting a socket
  *
  * @param[in] el       event list the I/O event occurred on.
- * @param[in] fd       the I/O even occurred for.
- * @param[in] flags    from_kevent.
+ * @param[in] fd       the I/O event occurred for.
+ * @param[in] flags    from kevent.
  * @param[in] fd_errno from kevent.
  * @param[in] uctx     The #connection_t this fd is associated with.
  */
@@ -1369,7 +1369,7 @@ static void _connection_error(UNUSED fr_event_list_t *el, int fd, UNUSED int fla
 /** Receive a write notification after a socket is connected
  *
  * @param[in] el       event list the I/O event occurred on.
- * @param[in] fd       the I/O even occurred for.
+ * @param[in] fd       the I/O event occurred for.
  * @param[in] flags    from kevent.
  * @param[in] uctx     The #connection_t this fd is associated with.
  */