Salome HOME
typo-fix by Kunda
[modules/smesh.git] / src / DriverGMF / libmesh5.c
index 73b6247d2df2a86cede1c86cf1a93c0ab5e62611..c7d6c52ea5fd3e8fec7c5f296a094557fd8fe4ab 100644 (file)
@@ -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]))