Salome HOME
Typo-fix by Kunda
[modules/kernel.git] / src / HDFPersist / HDFascii.cc
index 3060d9a242c8133cc0851a09f7bac64597005bf7..410446bb7c909b3f27d0547a343a0675cc871fd8 100644 (file)
@@ -723,7 +723,7 @@ std::string GetTmpDir()
   }
 
 #ifdef WIN32
-  //fuction CreateDirectory create only final directory, but not intermediate
+  //function CreateDirectory create only final directory, but not intermediate
   CreateDirectory(aTmpDir.c_str(), NULL);
   CreateDirectory(aDir.c_str(), NULL);
 #else