diff options
-rw-r--r-- | graphics/surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/surface.h b/graphics/surface.h index 8ce2cf3ecc..c64f2363e6 100644 --- a/graphics/surface.h +++ b/graphics/surface.h @@ -98,7 +98,7 @@ struct Surface { /** * Sets the pixel data. * - * Note that this is a simply setter. Be careful what you are doing! + * Note that this is a simply a setter. Be careful what you are doing! * * @param newPixels The new pixel data. */ |