Changeset 6141 for trunk/ARBDB/adlang1.c

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/adlang1.c

    r6101 r6141  
    160160 
    161161                    case GB_BIT: 
    162                         // 'param=' is same as 'param' or 'param=1' (historical reason, dont change) 
     162                        // 'param=' is same as 'param' or 'param=1' (historical reason, don't change) 
    163163                        *(int *)para->varaddr = (value[0] ? atoi(value) : 1); 
    164164                        break; 
     
    18621862        } 
    18631863        else { 
    1864             *error = "Container has neighter 'name' nor 'group_name' entry - can't detect container type"; 
     1864            *error = "Container has neither 'name' nor 'group_name' entry - can't detect container type"; 
    18651865        } 
    18661866    }