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);
}
/** 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.
*/
/** 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.
*/