Fix comment
[libi2ncommon] / src / filefunc.cpp
index 48014ec..e12bed4 100644 (file)
@@ -802,10 +802,10 @@ bool recursive_delete(const std::string &path,
 /**
     Create a unique temporary directory from path_template.
     @param Path template. The last six characters must be XXXXXX.
-    @param error Will contain the error if the return value is false [optional]
+    @param error Will contain the error if the return value is empty [optional]
     @return Name of new directory or empty string on error.
 
-    @seealso: classes in tmpfstream which offers funktionality based on mkstemp
+    @seealso: classes in tmpfstream which offer functionality based on mkstemp
 */
 std::string mkdtemp(const std::string &path_template, std::string *error)
 {