Salome HOME
Fix for issue #1174
[modules/shaper.git] / src / ModuleBase / ModuleBase_ParamSpinBox.h
index f771b5656fa046ff128a3b8efa2db23757151f6d..591d0cfd970658fa981a8ffc0f6a47ad69d3c117 100644 (file)
@@ -63,9 +63,9 @@ public:
   /// Returns True if the given value is within min and max of the control
   bool checkRange(const double) const;
 
-  /// Finds a variable by its name. Rreturns true in success
+  /// Finds a variable by its name. Returns true in success
   /// \param theName a name of variable
-  /// \param outValue an output val;ue of the variable
+  /// \param outValue an output value of the variable
   bool findVariable(const QString& theName, double& outValue) const;
 
  protected: