In function FTC_ChunkSet_Destroy, changed `manaher' to `manager'. Just

a fix for a silly typo.
This commit is contained in:
Tom Kacvinsky 2000-10-29 01:47:51 +00:00
parent 7d0f1137db
commit d249ee7ac7
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@
lrunode = FTC_CHUNKNODE_TO_LRUNODE( node );
manager->num_bytes -= clazz->size_node( node );
manaher->num_nodes --;
manager->num_nodes --;
FT_List_Remove( glyphs_lru, lrunode );