From 5278fef3f384e3a2f1b1d2d7bee5bf26494fa09b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 7 Jul 2009 14:02:57 +0000 Subject: [PATCH] Documentation fix fix --- include/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 7ef13ec09..ea59bb2a0 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -915,7 +915,7 @@ extern DECLSPEC int SDLCALL SDL_QueryTexturePixels(SDL_TextureID textureID, /** * \fn int SDL_SetTexturePalette(SDL_TextureID textureID, const SDL_Color * colors, int firstcolor, int ncolors) * - * \brief Set the collor palette of an indexed texture. + * \brief Set the color palette of an indexed texture. * * \param texture The texture to update * \param colors The array of RGB color data