Ignore:
Timestamp:
Jun 20, 2014 7:28:12 PM (10 years ago)
Author:
ldelgass
Message:

merge typo fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/drawingentry.tcl

    r3905 r4406  
    146146        }
    147147        if {$name eq ""} {
    148             puts stderr "no name defined for substituion variable \"$cpath\""
     148            puts stderr "no name defined for substitution variable \"$cpath\""
    149149            continue
    150150        }
     
    155155        set _name2path($name) $path
    156156        if {$path eq ""} {
    157             puts stderr "no path defined for substituion variable \"$cpath\""
     157            puts stderr "no path defined for substitution variable \"$cpath\""
    158158            continue
    159159        }
Note: See TracChangeset for help on using the changeset viewer.