From 5f33e020b7076eae692b7c906bb73fea84d6b857 Mon Sep 17 00:00:00 2001 From: Uwe Date: Sat, 12 Mar 2022 19:18:12 +0100 Subject: [PATCH] [skip ci] [3rdParty] SMESH: fix comment typos found by the spellchecker CI --- src/3rdParty/salomesmesh/src/SMESH/libmesh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]))