From 312b9bb026c9f0f2ae2988bee3d92e729cbd7d20 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Wed, 8 Feb 2017 13:22:09 +0100 Subject: [PATCH] Fix comment --- src/filefunc.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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) { -- 1.7.1