Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-03-01 16:20:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-01 16:20:18 +0400
commitea13ec1699bcf59960daa57fd2cd9d24e195a71b (patch)
tree8f3b48f2b535426b425388181ed0b9a598ca2d06 /source/gameengine/GamePlayer/common/GPC_Canvas.h
parent6a36b6249b8dc5bd0f60572fdbc2e42e79c14981 (diff)
Spelling Cleanup
Diffstat (limited to 'source/gameengine/GamePlayer/common/GPC_Canvas.h')
-rw-r--r--source/gameengine/GamePlayer/common/GPC_Canvas.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/gameengine/GamePlayer/common/GPC_Canvas.h b/source/gameengine/GamePlayer/common/GPC_Canvas.h
index e865c662eda..28105a8cdd8 100644
--- a/source/gameengine/GamePlayer/common/GPC_Canvas.h
+++ b/source/gameengine/GamePlayer/common/GPC_Canvas.h
@@ -158,7 +158,7 @@ public:
/**
* @section Methods inherited from abstract base class RAS_ICanvas.
- * Semantics are not yet honoured.
+ * Semantics are not yet honored.
*/
void SetMouseState(RAS_MouseState mousestate)
@@ -187,8 +187,8 @@ public:
* @param imageWidth Width of the banner image in pixels.
* @param imageHeight Height of the banner image in pixels.
* @param imageData Pointer to the pixels of the image to display.
- * @param alignement Where the banner will be positioned on the canvas.
- * @param enabled Whether the banner will be displayed intiallly.
+ * @param alignment Where the banner will be positioned on the canvas.
+ * @param enabled Whether the banner will be displayed initially.
* @return A banner id.
*/
TBannerId AddBanner(
@@ -199,7 +199,7 @@ public:
/**
* Disposes a banner.
- * @param id Bannner to be disposed.
+ * @param id Banner to be disposed.
*/
void DisposeBanner(TBannerId id);
@@ -224,7 +224,7 @@ public:
protected:
/**
* Disposes a banner.
- * @param it Bannner to be disposed.
+ * @param it Banner to be disposed.
*/
void DisposeBanner(TBannerData& banner);