--- deliantra/server/common/arch.C 2008/04/30 08:29:31 1.77 +++ deliantra/server/common/arch.C 2008/05/04 11:12:40 1.79 @@ -135,7 +135,7 @@ * - a corresponding object if found; a singularity object if not found. * Note by MSW - it appears that it takes the full name and keeps * shortening it until it finds a match. I re-wrote this so that it - * doesn't malloc it each time - not that this function is used much, + * doesn't allocate it each time - not that this function is used much, * but it otherwise had a big memory leak. */ object * @@ -513,7 +513,7 @@ else { LOG (llevDebug, "garbage collect arch %s", at->debug_desc ()); - assert (at->arch == at); // verify that refcnt == 1 is truely valid + assert (at->arch == at); // verify that refcnt == 1 is truly valid allarch.erase (idx); // break chain