From: Christian Herdtweck Date: Wed, 8 Feb 2017 12:22:09 +0000 (+0100) Subject: Fix comment X-Git-Tag: v2.9~12 X-Git-Url: http://developer.intra2net.com/git/?p=libi2ncommon;a=commitdiff_plain;h=312b9bb026c9f0f2ae2988bee3d92e729cbd7d20 Fix comment --- diff --git a/src/filefunc.cpp b/src/filefunc.cpp index 48014ec..e12bed4 100644 --- a/src/filefunc.cpp +++ b/src/filefunc.cpp @@ -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) {