diff --git a/lib/tools/ensure_dirs.py b/lib/tools/ensure_dirs.py index 11f9134249183b8634cf3cc5e628c2331925ecdf..7abcce2a2bcf556326fd9b8df9663bac52a015b1 100644 --- a/lib/tools/ensure_dirs.py +++ b/lib/tools/ensure_dirs.py @@ -101,7 +101,7 @@ def EnsureDir(path, mode, uid, gid, _lstat_fn=os.lstat, _mkdir_fn=os.mkdir, @param mode: The mode of the file @param uid: The uid of the owner of this file @param gid: The gid of the owner of this file - @param _stat_fn: Stat function to use (unittest only) + @param _lstat_fn: Stat function to use (unittest only) @param _mkdir_fn: mkdir function to use (unittest only) @param _ensure_fn: ensure function to use (unittest only)