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

    r6101 r6141  
    839839{ 
    840840    /* generates a call to 'arb_notify', meant to be inserted into some external system call. 
    841      * When that call is executed, the callback instanciated here will be called. 
     841     * When that call is executed, the callback instantiated here will be called. 
    842842     * 
    843      * Tip : To return variable results from the shell skript, use the name of an environment 
     843     * Tip : To return variable results from the shell script, use the name of an environment 
    844844     *       variable in 'message' (e.g. "$RESULT") 
    845845     */ 
     
    926926            } 
    927927            else { 
    928                 /* callback the instanciating DB client */ 
     928                /* callback the instantiating DB client */ 
    929929                error = GB_write_string(gb_message, message); 
    930930            }