SDL: Sync wiki -> header (1c641)

From 1c6414603c9318a4227c1115b8278914efbda25e Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 26 Oct 2021 15:30:06 +0000
Subject: [PATCH] Sync wiki -> header

---
 include/SDL_render.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL_render.h b/include/SDL_render.h
index c576196574..8596931b4f 100644
--- a/include/SDL_render.h
+++ b/include/SDL_render.h
@@ -666,7 +666,7 @@ extern DECLSPEC int SDLCALL SDL_LockTextureToSurface(SDL_Texture *texture,
  * Unlock a texture, uploading the changes to video memory, if needed.
  *
  * **Warning**: Please note that SDL_LockTexture() is intended to be
- * write-only; it will notguarantee the previous contents of the texture will
+ * write-only; it will not guarantee the previous contents of the texture will
  * be provided. You must fully initialize any area of a texture that you lock
  * before unlocking it, as the pixels might otherwise be uninitialized memory.
  *