From 95eced6c70abf09faf3180f691411ff8425f23f5 Mon Sep 17 00:00:00 2001 From: Boris Gazur Date: Fri, 6 Jun 2025 10:09:24 +0300 Subject: [PATCH] Fix header typos --- include/MLX42/MLX42.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/MLX42/MLX42.h b/include/MLX42/MLX42.h index 0429c83..cd0b65f 100644 --- a/include/MLX42/MLX42.h +++ b/include/MLX42/MLX42.h @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* MLX42.h :+: :+: */ +/* MLX42.h :+: :+: :+: */ /* +:+ */ /* By: W2Wizard +#+ */ /* +#+ */ /* Created: 2021/12/28 02:29:06 by W2Wizard #+# #+# */ -/* Updated: 2023/03/30 16:23:19 by ntamayo- ######## odam.nl */ +/* Updated: 2025/06/06 10:09:12 by bgazur ### ########.fr */ /* */ /* ************************************************************************** */ @@ -308,7 +308,7 @@ typedef struct mlx_instance /** * Key function callback data. - * Data related to the mlx_key_hook function + * Data related to the mlx_key_hook function. * * @param key The key that was pressed. * @param action The action that was done with the key. @@ -760,7 +760,7 @@ void mlx_close_hook(mlx_t* mlx, mlx_closefunc func, void* param); /** * This function sets the resize callback, which is called when the window is - * resized + * resized. * * @param[in] mlx The MLX instance handle. * @param[in] func The resize callback function.