fixed a misspelling in IDrawable

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1539 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
Trass3r 2010-07-24 13:36:39 +00:00
parent 68cdbd31cc
commit ebbbb4fb32

View File

@ -252,7 +252,7 @@ const
* Returns: * Returns:
* Transformed point * Transformed point
*/ */
Vector2f tranformToLocal(Vector2f point) const; Vector2f transformToLocal(Vector2f point) const;
/** /**
* Transform a point from local coordinates into global coordinates * Transform a point from local coordinates into global coordinates
@ -264,7 +264,7 @@ const
* Returns: * Returns:
* Transformed point * Transformed point
*/ */
Vector2f tranformToGlobal(Vector2f point) const; Vector2f transformToGlobal(Vector2f point) const;
/** /**
* Render the specific geometry of the object * Render the specific geometry of the object