Typo fix.

This commit is contained in:
King_DuckZ 2014-07-05 22:46:09 +02:00
parent 32d141e877
commit 0c8e9b2d7c
5 changed files with 8 additions and 11 deletions

View file

@ -42,7 +42,7 @@ namespace cloonel {
virtual void Draw ( void ) const;
private:
SizeNotifiable<regbehaviuors::AutoRegister> m_screenRatio;
SizeNotifiable<regbehaviours::AutoRegister> m_screenRatio;
const std::unique_ptr<Texture> m_texture;
};
} //unnamed namespace