Salome HOME
PyInterp prepare for qt6.
[modules/gui.git] / tools / PyConsole / src / PyConsole_Request.h
index f126f5e7ccd1e5045bb82446e58cf141c946b0f9..642b2fb2cd5a834a622f348e88c738d558e1c446 100644 (file)
@@ -55,7 +55,7 @@ protected:
 
 private:
   QString     myDirArg;       //!< String to be passed to the dir() comman
-  QString     myStartMatch;   //!< Begining of the command (as typed by the user)
+  QString     myStartMatch;   //!< Beginning of the command (as typed by the user)
   bool        myStatus;       //!< Status of completion command execution
   QStringList myMatches;      //!< Matches
   QString     myDoc;          //!< Docstring of single match