1
0

Fixed typographical error

This commit is contained in:
Tiger Wang 2014-02-15 13:55:58 +00:00
parent c6a2e8c688
commit b0fd5511ea

View File

@ -1,4 +1,3 @@
// SignEntity.h
// Declares the cSignEntity class representing a single sign in the world
@ -57,7 +56,7 @@ public:
virtual void UsedBy(cPlayer * a_Player) override;
virtual void SendTo(cClientHandle & a_Client) override;
static const char * GetClassStatic(void) { return "cSignrEntity"; }
static const char * GetClassStatic(void) { return "cSignEntity"; }
private: