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/ARB_GDE/GDE_event.cxx

    r5940 r6141  
    3434/* 
    3535  ReplaceArgs(): 
    36   Replace all command line arguements with the appropriate values 
     36  Replace all command line arguments with the appropriate values 
    3737  stored for the chosen menu item. 
    3838 
     
    5353     *  The basic idea is to replace all of the symbols in the method 
    5454     *  string with the values picked in the dialog box.  The method 
    55      *  is the general command line structure.  All arguements have three 
     55     *  is the general command line structure.  All arguments have three 
    5656     *  parts, a label, a method, and a value.  The method never changes, and 
    5757     *  is used to represent '-flag's for a given function.  Values are the 
    58      *  associated arguements that some flags require.  All symbols that 
     58     *  associated arguments that some flags require.  All symbols that 
    5959     *  require argvalue replacement should have a '$' infront of the symbol 
    6060     *  name in the itemmethod definition.  All symbols without the '$' will