[skip ci] [3rdParty] SMESH: fix comment typos found by the spellchecker CI
This commit is contained in:
4
src/3rdParty/salomesmesh/src/SMESH/libmesh.c
vendored
4
src/3rdParty/salomesmesh/src/SMESH/libmesh.c
vendored
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user