X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_ParamSpinBox.h;h=591d0cfd970658fa981a8ffc0f6a47ad69d3c117;hb=752c9e02e6aa8ced24e9b53097cb42540d5e6a08;hp=f771b5656fa046ff128a3b8efa2db23757151f6d;hpb=c3ae28ba30027cc4a6a757ef623f40adaae96ead;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_ParamSpinBox.h b/src/ModuleBase/ModuleBase_ParamSpinBox.h index f771b5656..591d0cfd9 100644 --- a/src/ModuleBase/ModuleBase_ParamSpinBox.h +++ b/src/ModuleBase/ModuleBase_ParamSpinBox.h @@ -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: