diff --git a/include/ZE_ZEngine.h b/include/ZE_ZEngine.h
index f7de9d3..30610d4 100644
--- a/include/ZE_ZEngine.h
+++ b/include/ZE_ZEngine.h
@@ -13,7 +13,7 @@
File: ZE_ZEngine.h
Description: Header file for ZEngine class, the core of the ZEngine.
Author(s): James Turk
-$Id: ZE_ZEngine.h,v 1.4 2002/12/03 06:19:43 cozman Exp $
+$Id: ZE_ZEngine.h,v 1.5 2002/12/04 23:58:54 cozman Exp $
\file ZE_ZEngine.h
\brief Definition file for core ZEngine class.
@@ -325,7 +325,7 @@ class ZEngine
/*!
\brief Find the state of a key.
- Function returns true/false based on if key is currently pressed or not.
+ Function returns true/false based on if key is currently pressed or not.
\param key Code of key to find status of.
\return State of requested key.
**/
diff --git a/include/ZEngine.h b/include/ZEngine.h
index 33e9d77..ef4b304 100644
--- a/include/ZEngine.h
+++ b/include/ZEngine.h
@@ -3,7 +3,7 @@
File: ZEngine.h
Description: Public Header File for ZEngine.
Author(s): James Turk
-$Id: ZEngine.h,v 1.5 2002/12/04 22:47:13 cozman Exp $
+$Id: ZEngine.h,v 1.6 2002/12/04 23:58:54 cozman Exp $
\file ZEngine.h
\brief Header file for ZEngine.
@@ -29,16 +29,15 @@ $Id: ZEngine.h,v 1.5 2002/12/04 22:47:13 cozman Exp $
and making the engine much faster in most test cases.
\section Licensing Licensing
-
++ \section Authors Contributing Authors +
This file is Part of the ZEngine Library for SDL Game Development. Copyright (C) 2002 ConceptOfZero.net - Licensed under the BSD License, see licensing.txt. - - The maintainer of this library is James Turk (james@conceptofzero.net) + The maintainer of this library is James Turk (james @ conceptofzero.net) and the home of this Library is http://www.conceptofzero.net/ -