From: spo Date: Thu, 22 Oct 2015 06:32:17 +0000 (+0300) Subject: Spell-checking X-Git-Tag: V_2.1.0~206^2~79^2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=81e49c9be55cf7dd254989618fb8e93df3c4af78;p=modules%2Fshaper.git Spell-checking --- diff --git a/src/ModelAPI/ModelAPI_AttributeSelection.h b/src/ModelAPI/ModelAPI_AttributeSelection.h index fccb6b018..61b1979a0 100644 --- a/src/ModelAPI/ModelAPI_AttributeSelection.h +++ b/src/ModelAPI/ModelAPI_AttributeSelection.h @@ -57,7 +57,7 @@ class ModelAPI_AttributeSelection : public ModelAPI_Attribute /// Selects sub-shape by the textual Name virtual void selectSubShape(const std::string& theType, const std::string& theSubShapeName) = 0; - /// Returns true if recomute of selection become impossible + /// Returns true if recompute of selection become impossible virtual bool isInvalid() = 0; /// To virtually destroy the fields of successors