From d9215d050c81dedbb47469e402b0951a733b320c Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Mon, 1 Jun 2009 03:17:54 +0000 Subject: [PATCH] Fix typo. --- client/GUIBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/GUIBase.h b/client/GUIBase.h index 7a125325c..890281992 100644 --- a/client/GUIBase.h +++ b/client/GUIBase.h @@ -253,7 +253,7 @@ class CIntObject //interface object { public: Rect pos; //position of object on the screen - int ID; //object uniqe ID, rarely (if at all) used + int ID; //object unique ID, rarely (if at all) used //virtual bool isIn(int x, int y) //{