diff --git a/src/3rdParty/salomesmesh/src/SMESH/libmesh.c b/src/3rdParty/salomesmesh/src/SMESH/libmesh.c index 2a359c6b01..ae1b7a26d4 100644 --- a/src/3rdParty/salomesmesh/src/SMESH/libmesh.c +++ b/src/3rdParty/salomesmesh/src/SMESH/libmesh.c @@ -247,7 +247,7 @@ int GmfOpenMesh(const char *FilNam, int mod, ...) return(0); } - /* Open the file in the required mod and initialyse the mesh structure */ + /* Open the file in the required mod and initialize the mesh structure */ if(msh->mod == GmfRead) { @@ -1029,7 +1029,7 @@ static int ScaKwdTab(GmfMshSct *msh) if(isalpha(str[0])) { /* Search which kwd code this string is associated with, - then get its header and save the curent position in file (just before the data) */ + then get its header and save the current position in file (just before the data) */ for(KwdCod=1; KwdCod<= GmfMaxKwd; KwdCod++) if(!strcmp(str, GmfKwdFmt[ KwdCod ][0]))