[skip ci] [3rdParty] SMESH: fix comment typos found by the spellchecker CI

This commit is contained in:
Uwe
2022-03-12 19:18:12 +01:00
parent 6fd8206849
commit 5f33e020b7

View File

@@ -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]))