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/SL/AW_NAME/AW_rename.hxx

    r4706 r6141  
    4747char *AWTC_generate_random_name(UniqueNameDetector& existingNames); 
    4848 
    49 struct PersistantNameServerConnection { 
    50     // create a PersistantNameServerConnection instance while calling AWTC_generate_one_name 
     49struct PersistentNameServerConnection { 
     50    // create a PersistentNameServerConnection instance while calling AWTC_generate_one_name 
    5151    // to avoid repeated re-connections to name server 
    5252    bool dummy; 
    53     PersistantNameServerConnection(); 
    54     ~PersistantNameServerConnection(); 
     53    PersistentNameServerConnection(); 
     54    ~PersistentNameServerConnection(); 
    5555}; 
    5656