Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CONVERTALN/macke.c

    r5390 r6141  
    407407} 
    408408/* ------------------------------------------------------------ 
    409  *   Fucntion macke_out_header(). 
     409 *   Function macke_out_header(). 
    410410 *       Output the Macke format header. 
    411411 */ 
     
    423423} 
    424424/* ------------------------------------------------------------ 
    425  *   Fucntion macke_out0(). 
     425 *   Function macke_out0(). 
    426426 *       Output the Macke format each sequence format. 
    427427 */ 
     
    468468} 
    469469/* --------------------------------------------------------------- 
    470  *   Fucntion macke_out1(). 
     470 *   Function macke_out1(). 
    471471 *       Output sequences information. 
    472472 */ 
     
    730730 
    731731    if (data.seq_length > MACKELIMIT) { 
    732         sprintf(temp, "Lenght of sequence data is %d over AE2's limit %d.\n", 
     732        sprintf(temp, "Length of sequence data is %d over AE2's limit %d.\n", 
    733733                data.seq_length, MACKELIMIT); 
    734734        warning(145, temp);