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/SEQ_QUALITY/SQ_main.cxx

    r5837 r6141  
    22//                                                                       // 
    33//    File      : SQ_main.cxx                                            // 
    4 //    Purpose   : Entrypoint to Seq. Quality analysis; calls funktions   // 
     4//    Purpose   : Entrypoint to Seq. Quality analysis; calls functions   // 
    55//                                                                       // 
    66//                                                                       // 
     
    133133         It takes the values from the different containers, which are generated by the other functions, weights them 
    134134         and calculates a final value. The final value is stored in "value_of_evaluation" (see options). 
    135          With the values stored in "weights" one can customise how important a value stored in a contaier becomes 
     135         With the values stored in "weights" one can customize how important a value stored in a container becomes 
    136136         for the final result. 
    137137         */ 
     
    171171                    break; 
    172172                default: 
    173                     aw_message("An error occured while traversing the tree.\nPlease fix the tree before running the quality check tool."); 
     173                    aw_message("An error occurred while traversing the tree.\nPlease fix the tree before running the quality check tool."); 
    174174                    break; 
    175175                }