X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_Hypothesis.hxx;h=bfcd2f518daa7b303628e8c246220738c9024c5d;hb=7dbb2914d9aa9785661fc4ffb43358ec9a578cf9;hp=de77b1b97b7cb2413dd0a6a09c10d3ed972fc2a8;hpb=a17b36970bc61da1d664453c615754997c925b18;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Hypothesis.hxx b/src/SMESH/SMESH_Hypothesis.hxx index de77b1b97..bfcd2f518 100644 --- a/src/SMESH/SMESH_Hypothesis.hxx +++ b/src/SMESH/SMESH_Hypothesis.hxx @@ -114,7 +114,7 @@ public: * * An auxiliary hypothesis is optional, i.e. an algorithm * can work without it and another hypothesis of the same - * dimention can be assigned to the shape + * dimension can be assigned to the shape */ virtual bool IsAuxiliary() const { return GetType() == PARAM_ALGO && _param_algo_dim < 0; }