瀏覽代碼

Fixed typo

Sam Lantinga 11 月之前
父節點
當前提交
93caf1cd21
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL3/SDL_error.h

+ 1 - 1
include/SDL3/SDL_error.h

@@ -45,7 +45,7 @@ extern "C" {
  * Calling this function will replace any previous error message that was set.
  *
  * This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE
- * to signify an failing result, leading to this idiom:
+ * to signify a failing result, leading to this idiom:
  *
  * ```c
  * if (error_code) {