diff --git a/include/ZE_ZRect.h b/include/ZE_ZRect.h
index 537a78d..551790c 100644
--- a/include/ZE_ZRect.h
+++ b/include/ZE_ZRect.h
@@ -13,7 +13,7 @@
File: ZE_ZRect.h
Description: Header file for core ZEngine Rectangle Object.
Author(s): James Turk
-$Id: ZE_ZRect.h,v 1.8 2003/02/10 05:40:28 cozman Exp $
+$Id: ZE_ZRect.h,v 1.9 2003/02/16 21:54:29 cozman Exp $
\file ZE_ZRect.h
\brief Definition file for ZRect.
@@ -265,6 +265,6 @@ class ZRect
float Height() const;
};
-} //namspace ZE
+} //namespace ZE
#endif //__ze_zrect_h__