diff --git a/include/SDL3/SDL_log.h b/include/SDL3/SDL_log.h index deda238c5..2906cd3fd 100644 --- a/include/SDL3/SDL_log.h +++ b/include/SDL3/SDL_log.h @@ -22,7 +22,7 @@ /** * # CategoryLog * - * Simple log messages with priorities and categories. A message’s + * Simple log messages with priorities and categories. A message's * SDL_LogPriority signifies how important the message is. A message's * SDL_LogCategory signifies from what domain it belongs to. Every category * has a minimum priority specified: when a message belongs to that category,