Changeset 6141 for trunk/ARBDB/adTest.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/adTest.c

    r6080 r6141  
    201201    GBDATA        *gb_show_later     = 0; 
    202202    char          *whatto_show_later = 0; 
    203     GB_BOOL        showChild      = GB_TRUE; 
     203    GB_BOOL        showChildren      = GB_TRUE; 
    204204 
    205205    if (father) { 
     
    241241 
    242242    if (!father && !key_name) { 
    243         key_name   = "<unknown quark - element w/o father>"; 
    244         showChilds = GB_FALSE; 
     243        key_name     = "<unknown quark - element w/o father>"; 
     244        showChildren = GB_FALSE; 
    245245    } 
    246246    else { // test if we need a transaction 
     
    318318    } 
    319319 
    320     if (type==GB_DB && showChilds == GB_TRUE) { 
     320    if (type==GB_DB && showChildren == GB_TRUE) { 
    321321        GBCONTAINER *gbc = (GBCONTAINER*)gbd; 
    322322        GBDATA *gbp;