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/ARBDB/ad_save_load.c

    r6101 r6141  
    13411341    if ( !strchr(flags,'q')){ 
    13421342        mode = GB_mode_of_link(path); 
    1343         if (mode >=0 && !(mode & S_IWUSR)){ /* no write access -> lookes like a master file */ 
     1343        if (mode >=0 && !(mode & S_IWUSR)){ /* no write access -> looks like a master file */ 
    13441344            return GB_export_errorf( 
    13451345                                    "Your selected file '%s' already exists and is write protected\n"