From 8cb629f406f5b8b1ff7ce787dd3967d5684e07c3 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Sun, 4 Sep 2022 18:40:54 +0200 Subject: Fix a typo in cacheLocation() doc-comment [skip ci] --- lib/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/util.h b/lib/util.h index 46b1767e..1cb1c0e1 100644 --- a/lib/util.h +++ b/lib/util.h @@ -210,7 +210,7 @@ QUOTIENT_API QString prettyPrint(const QString& plainText); /** Return a path to cache directory after making sure that it exists * * The returned path has a trailing slash, clients don't need to append it. - * \param dir path to cache directory relative to the standard cache path + * \param dirName path to cache directory relative to the standard cache path */ QUOTIENT_API QString cacheLocation(const QString& dirName); -- cgit v1.2.3