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/RNA3D/RNA3D_Global.hxx

    r6103 r6141  
    6767    Vector3 operator+(Vector3 v) { return Vector3(v.x + x, v.y + y, v.z + z); } 
    6868 
    69     // substracting 2 vectors 
     69    // subtracting 2 vectors 
    7070    Vector3 operator-(Vector3 v) { return Vector3(x - v.x, y - v.y, z - v.z); } 
    7171 
     
    103103    bool bDisplayComments; 
    104104 
    105     bool bEColiRefInitialised; 
     105    bool bEColiRefInitialized; 
    106106    bool bMapSearchStringsDispListCreated; 
    107107    bool bMapSaiDispListCreated;