Fix some typos in comments.

This commit is contained in:
Marc Lepage
2012-07-12 00:21:25 -04:00
parent 6d02057864
commit 4cc0056a21
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ public:
int getModes(lua_State *L);
/**
* Scissor defines a box such that everything outside that box is discared and not drawn.
* Scissor defines a box such that everything outside that box is discarded and not drawn.
* Scissoring is automatically enabled.
* @param x The x-coordinate of the top-left corner.
* @param y The y-coordinate of the top-left corner.