Changeset 4389


Ignore:
Timestamp:
Jun 17, 2014, 11:55:21 AM (10 years ago)
Author:
ldelgass
Message:

Fix typo in error msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/field.tcl

    r4388 r4389  
    881881            set contents [$_field get $cname.vtk]
    882882            if { $contents == "" } {
    883                 puts stderr "WARNING: No data fo \"$_path.$cname.vtk\""
     883                puts stderr "WARNING: No data for \"$_path.$cname.vtk\""
    884884                continue;               # Ignore this component
    885885            }
Note: See TracChangeset for help on using the changeset viewer.