Fix typos

Typos found with codespell and during code audit.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
Tobias Stoeckmann 2024-09-12 15:26:26 +02:00 committed by Simon Ser
parent 8cad6f7b82
commit cc06c3825f
4 changed files with 6 additions and 6 deletions

View file

@ -2074,7 +2074,7 @@ wl_log_set_handler_server(wl_log_func_t handler)
* \param func The function to call to log a new protocol message
* \param user_data The user data pointer to pass to \a func
*
* \return The protol logger object on success, NULL on failure.
* \return The protocol logger object on success, NULL on failure.
*
* \sa wl_protocol_logger_destroy
*