diff options
| author | Johannes Schickel | 2013-08-04 01:01:15 +0200 | 
|---|---|---|
| committer | Johannes Schickel | 2013-08-04 01:01:15 +0200 | 
| commit | 604e1b00701c4a01031a06f175b88107710cbd32 (patch) | |
| tree | 4b3d009a170c83b696117341bab1e14e26bdede0 | |
| parent | 0cb1504a5b96ad90634a86af8cad30ecc6588517 (diff) | |
| download | scummvm-rg350-604e1b00701c4a01031a06f175b88107710cbd32.tar.gz scummvm-rg350-604e1b00701c4a01031a06f175b88107710cbd32.tar.bz2 scummvm-rg350-604e1b00701c4a01031a06f175b88107710cbd32.zip  | |
GRAPHICS: Fix typo.
| -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.  	 */  | 
