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/PROBE_DESIGN/probe_design.cxx

    r6100 r6141  
    886886                    // char *space2       = 0; 
    887887                    // if (space1) space2 = strchr(space1+1, ' '); // space after gene name 
    888                     // if (space1 && space2) { // ok - parsing sucessful 
     888                    // if (space1 && space2) { // ok - parsing successful 
    889889                    //     int len       = space2-space1-1; 
    890890                    //     // delete [] gene_str; 
     
    980980            } 
    981981 
    982             if (error) error = GBS_global_string("%s", error); // make static copy (error may be free'd by delete parser) 
     982            if (error) error = GBS_global_string("%s", error); // make static copy (error may be freed by delete parser) 
    983983            delete parser; 
    984984            free(result); 
     
    12281228        sprintf(buffer,"probe_design/exceptions/nr%i/MODE",i); 
    12291229        aws->create_option_menu( buffer, NULL , "" ); 
    1230         aws->insert_option( "dont use", "d", -1 ); 
    1231         aws->insert_option( "dont split", "d", 0 ); 
     1230        aws->insert_option( "don't use", "d", -1 ); 
     1231        aws->insert_option( "don't split", "d", 0 ); 
    12321232        aws->insert_option( "split", "d", 1 ); 
    12331233        aws->update_option_menu(); 
     
    14931493                    not_last--; 
    14941494 
    1495                     // permutatate indices: 
     1495                    // permute indices: 
    14961496                    int nidx = bases_to_resolve-1; 
    14971497                    int done = 0; 
     
    17551755    GBS_strcat(strstruct,   "echo Contents of directory ARBHOME/lib/pts:;echo;" 
    17561756               "(cd $ARBHOME/lib/pts; ls -l);" 
    1757                "echo; echo Disk Space for PT_server files:; echo;" 
     1757               "echo; echo Disk space for PT_server files:; echo;" 
    17581758               "df $ARBHOME/lib/pts;"); 
    1759     GBS_strcat(strstruct,"echo;echo Running ARB Programms:;"); 
     1759    GBS_strcat(strstruct,"echo;echo 'Running ARB programs:';"); 
    17601760 
    17611761    {