X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverGMF%2Flibmesh5.c;h=c7d6c52ea5fd3e8fec7c5f296a094557fd8fe4ab;hb=560f8b2d0c2a7fdb4047f981cfac56ed3629bc1a;hp=73b6247d2df2a86cede1c86cf1a93c0ab5e62611;hpb=7a713be33b27d6a8c77f983460f0e97e52c6ff7c;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]))