Changed: #878 Fix typos in comments/code

This commit is contained in:
kervala 2010-11-21 23:30:28 +01:00
parent 74c68b543c
commit bf9cbcff48
2 changed files with 11 additions and 11 deletions

View file

@ -695,15 +695,15 @@ private:
// Version of the driver. Not the interface version!! Increment when implementation of the driver change. // Version of the driver. Not the interface version!! Increment when implementation of the driver change.
static const uint32 ReleaseVersion; static const uint32 ReleaseVersion;
// Windows // Windows
nlWindow _win; nlWindow _win;
sint32 _WindowX; sint32 _WindowX;
sint32 _WindowY; sint32 _WindowY;
bool _WindowVisible; bool _WindowVisible;
bool _DestroyWindow; bool _DestroyWindow;
bool _Maximized; bool _Maximized;
GfxMode _CurrentMode; GfxMode _CurrentMode;
uint _Interval; uint _Interval;
bool _Resizable; bool _Resizable;
sint32 _DecorationWidth; sint32 _DecorationWidth;

View file

@ -76,8 +76,8 @@ public:
*/ */
virtual bool pasteTextFromClipboard(ucstring &text); virtual bool pasteTextFromClipboard(ucstring &text);
void createIM(); void createIM();
void closeIM(); void closeIM();
private: private: