Index: HTKTools/HLSearch.c =================================================================== RCS file: /home/tigger4/ge204/work/OpenHTK/cvsroot/HTK/HTKTools/HLSearch.c,v retrieving revision 1.1 diff -u -r1.1 HLSearch.c --- HTKTools/HLSearch.c 2000/04/22 19:11:23 1.1 +++ HTKTools/HLSearch.c 2000/04/27 13:14:16 @@ -186,7 +186,7 @@ /* init Heaps */ CreateHeap(&latHeap,"Lattice heap",MSTAK,1,0,8000,80000); - CreateHeap(&transHeap,"Transciption heap",MSTAK,1,0,8000,80000); + CreateHeap(&transHeap,"Transcription heap",MSTAK,1,0,8000,80000); while (NumArgs() > 0) { if (NextArg() != STRINGARG)