X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=tools%2FVInspector%2FVInspector_Window.hxx;h=44cfb1f4f4aa7f88744a06aa18e3b1e9fad82f02;hb=a110c4a3777de359b6bbe2b3baeb99fe34f2bdf7;hpb=d66f7c0fa2923b0de49f111b4f4b60fae0ca2e7a diff --git a/tools/VInspector/VInspector_Window.hxx b/tools/VInspector/VInspector_Window.hxx index 3eedc14685..44cfb1f4f4 100644 --- a/tools/VInspector/VInspector_Window.hxx +++ b/tools/VInspector/VInspector_Window.hxx @@ -80,7 +80,7 @@ public: //! \param theItem container of preference elements Standard_EXPORT void SetPreferences (const TInspectorAPI_PreferencesDataMap& theItem); - //! Applyes parameters to Init controls, opens files if there are in parameters, updates OCAF tree view model + //! Applies parameters to Init controls, opens files if there are in parameters, updates OCAF tree view model Standard_EXPORT void UpdateContent(); //! Returns main control @@ -176,7 +176,7 @@ private: //! If default view is created, it returns displayer of this view Standard_EXPORT View_Displayer* displayer(); - //! Creates an istance of 3D view to initialize context. + //! Creates an instance of 3D view to initialize context. //! \return a context of created view. Handle(AIS_InteractiveContext) createView();