Salome HOME
Typo and whitespace fixes by Kunda
[modules/smesh.git] / src / OBJECT / SMESH_SVTKActor.h
index 017e1174c38d81cf099b56952bd0e5691c740755..02d3b2b0236e533726d4b41776ae33106e337d17 100644 (file)
@@ -50,11 +50,11 @@ public:
   //! To publish the actor an all its internal devices
   virtual
   void
-  AddToRender(vtkRenderer* theRendere); 
+  AddToRender(vtkRenderer* theRendere);
 
   virtual void SetVisibility( int theVisibility );
 
-  //! Initialiaze the instance completely
+  //! Initialize the instance completely
   virtual void
   Initialize();
 
@@ -78,7 +78,7 @@ public:
   vtkUnstructuredGrid* my0DGrid;
   vtkUnstructuredGrid* myBallGrid;
   TVisualObjPtr myVisualObj;
-  
+
   SMESH_SVTKActor();
   virtual ~SMESH_SVTKActor();
 };