X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverGMF%2Flibmesh5.c;h=c7d6c52ea5fd3e8fec7c5f296a094557fd8fe4ab;hb=refs%2Ftags%2FV9_1_0;hp=73b6247d2df2a86cede1c86cf1a93c0ab5e62611;hpb=80637e48ef0a19bb89acdf00c98959ab08b5dcc8;p=modules%2Fsmesh.git diff --git a/src/DriverGMF/libmesh5.c b/src/DriverGMF/libmesh5.c index 73b6247d2..c7d6c52ea 100644 --- a/src/DriverGMF/libmesh5.c +++ b/src/DriverGMF/libmesh5.c @@ -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]))