From f3c459f3697ae4267856993e1bee1858ff1b814d Mon Sep 17 00:00:00 2001 From: angie Date: Wed, 12 Jun 2024 11:00:17 -0400 Subject: [PATCH] Fix typo --- ultramodern/include/ultramodern/threads.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultramodern/include/ultramodern/threads.hpp b/ultramodern/include/ultramodern/threads.hpp index 2a82b24..0bf0f98 100644 --- a/ultramodern/include/ultramodern/threads.hpp +++ b/ultramodern/include/ultramodern/threads.hpp @@ -11,7 +11,7 @@ namespace ultramodern { using get_game_thread_name_t = std::string(const OSThread* t); /** - * Allows to specifyin a custom name for each thread. Mainly for debugging purposes. + * Allows to specifying a custom name for each thread. Mainly for debugging purposes. * * For maximum cross-platform compatibility the returned name should be at most 15 bytes long (16 bytes including the null terminator). *