Ignore:
Timestamp:
Jun 25, 2014 7:57:21 PM (10 years ago)
Author:
ldelgass
Message:

Merge typo fix from trunk

Location:
branches/1.3/gui/scripts
Files:
6 edited

Legend:

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

    r4218 r4439  
    857857        if { $_reportClientInfo }  {
    858858            # Tell the server the viewer, hub, user and session.
    859             # Do this immediately on connect before buffing any commands
     859            # Do this immediately on connect before buffering any commands
    860860            global env
    861861
  • branches/1.3/gui/scripts/molvisviewer.tcl

    r3844 r4439  
    679679        if { $_reportClientInfo }  {
    680680            # Tell the server the viewer, hub, user and session.
    681             # Do this immediately on connect before buffing any commands
     681            # Do this immediately on connect before buffering any commands
    682682            global env
    683683
  • branches/1.3/gui/scripts/nanovisviewer.tcl

    r4399 r4439  
    604604        if { $_reportClientInfo }  {
    605605            # Tell the server the viewer, hub, user and session.
    606             # Do this immediately on connect before buffing any commands
     606            # Do this immediately on connect before buffering any commands
    607607            global env
    608608
  • branches/1.3/gui/scripts/vtkstreamlinesviewer.tcl

    r3844 r4439  
    788788        if { $_reportClientInfo }  {
    789789            # Tell the server the viewer, hub, user and session.
    790             # Do this immediately on connect before buffing any commands
     790            # Do this immediately on connect before buffering any commands
    791791            global env
    792792
  • branches/1.3/gui/scripts/vtkviewer.tcl

    r3877 r4439  
    828828        if { $_reportClientInfo }  {
    829829            # Tell the server the viewer, hub, user and session.
    830             # Do this immediately on connect before buffing any commands
     830            # Do this immediately on connect before buffering any commands
    831831            global env
    832832
  • branches/1.3/gui/scripts/vtkvolumeviewer.tcl

    r4351 r4439  
    751751        if { $_reportClientInfo }  {
    752752            # Tell the server the viewer, hub, user and session.
    753             # Do this immediately on connect before buffing any commands
     753            # Do this immediately on connect before buffering any commands
    754754            global env
    755755
Note: See TracChangeset for help on using the changeset viewer.