X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FDriverGMF%2Flibmesh5.c;h=c7d6c52ea5fd3e8fec7c5f296a094557fd8fe4ab;hp=e0892c77eba97d946cd90882a6332908a6d7618b;hb=d8bc11015235c68631ac85d7e8cf278edc9809d1;hpb=9a54694a0ab1e5cbc558a35c4606ceea4f7af2ef diff --git a/src/DriverGMF/libmesh5.c b/src/DriverGMF/libmesh5.c index e0892c77e..c7d6c52ea 100644 --- a/src/DriverGMF/libmesh5.c +++ b/src/DriverGMF/libmesh5.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 initialise 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]))