From a520078ce2ae0bd7df3ac66093b55dfc47e00128 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 16 Jul 2001 17:12:57 +0000 Subject: [PATCH] fixed spelling --- src/gdd/gddAppFuncTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdd/gddAppFuncTable.h b/src/gdd/gddAppFuncTable.h index d786592bc..71802d8bf 100644 --- a/src/gdd/gddAppFuncTable.h +++ b/src/gdd/gddAppFuncTable.h @@ -47,7 +47,7 @@ typedef aitUint32 gddAppFuncTableStatus; #define S_gddAppFuncTable_Success 0u -#define S_gddAppFuncTable_badType (M_gddFuncTbl|1u) /*unregisted appl type*/ +#define S_gddAppFuncTable_badType (M_gddFuncTbl|1u) /*application type unregistered*/ #define S_gddAppFuncTable_gddLimit (M_gddFuncTbl|2u) /*at gdd lib limit*/ #define S_gddAppFuncTable_noMemory (M_gddFuncTbl|3u) /*dynamic memory pool exhausted*/