Changeset 4075 for trunk/gui


Ignore:
Timestamp:
Dec 10, 2013 11:57:18 AM (10 years ago)
Author:
ldelgass
Message:

Fix comment spelling

Location:
trunk/gui/scripts
Files:
11 edited

Legend:

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

    r3947 r4075  
    893893        if { $_reportClientInfo }  {
    894894            # Tell the server the viewer, hub, user and session.
    895             # Do this immediately on connect before buffing any commands
     895            # Do this immediately on connect before buffering any commands
    896896            global env
    897897
  • trunk/gui/scripts/geoviewer.tcl

    r4034 r4075  
    705705        if { $_reportClientInfo }  {
    706706            # Tell the server the viewer, hub, user and session.
    707             # Do this immediately on connect before buffing any commands
     707            # Do this immediately on connect before buffering any commands
    708708            global env
    709709
  • trunk/gui/scripts/molvisviewer.tcl

    r3813 r4075  
    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
  • trunk/gui/scripts/nanovisviewer.tcl

    r3948 r4075  
    650650        if { $_reportClientInfo }  {
    651651            # Tell the server the viewer, hub, user and session.
    652             # Do this immediately on connect before buffing any commands
     652            # Do this immediately on connect before buffering any commands
    653653            global env
    654654
  • trunk/gui/scripts/vtkglyphviewer.tcl

    r4071 r4075  
    765765        if { $_reportClientInfo }  {
    766766            # Tell the server the viewer, hub, user and session.
    767             # Do this immediately on connect before buffing any commands
     767            # Do this immediately on connect before buffering any commands
    768768            global env
    769769
  • trunk/gui/scripts/vtkheightmapviewer.tcl

    r4055 r4075  
    755755        if { $_reportClientInfo }  {
    756756            # Tell the server the viewer, hub, user and session.
    757             # Do this immediately on connect before buffing any commands
     757            # Do this immediately on connect before buffering any commands
    758758            global env
    759759
  • trunk/gui/scripts/vtkimageviewer.tcl

    r4035 r4075  
    744744        if { $_reportClientInfo }  {
    745745            # Tell the server the viewer, hub, user and session.
    746             # Do this immediately on connect before buffing any commands
     746            # Do this immediately on connect before buffering any commands
    747747            global env
    748748
  • trunk/gui/scripts/vtkisosurfaceviewer.tcl

    r4071 r4075  
    774774        if { $_reportClientInfo }  {
    775775            # Tell the server the viewer, hub, user and session.
    776             # Do this immediately on connect before buffing any commands
     776            # Do this immediately on connect before buffering any commands
    777777            global env
    778778
  • trunk/gui/scripts/vtkstreamlinesviewer.tcl

    r3923 r4075  
    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
  • trunk/gui/scripts/vtkviewer.tcl

    r3923 r4075  
    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
  • trunk/gui/scripts/vtkvolumeviewer.tcl

    r4072 r4075  
    819819        if { $_reportClientInfo }  {
    820820            # Tell the server the viewer, hub, user and session.
    821             # Do this immediately on connect before buffing any commands
     821            # Do this immediately on connect before buffering any commands
    822822            global env
    823823
Note: See TracChangeset for help on using the changeset viewer.