diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-04 18:40:54 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-04 18:41:59 +0200 |
commit | 8cb629f406f5b8b1ff7ce787dd3967d5684e07c3 (patch) | |
tree | 73482eeb736fb1b0db8706ab0c34fa58e6478d12 /lib | |
parent | 5efbf75c8719407549e4bcfcf4c5329b37630990 (diff) | |
download | libquotient-8cb629f406f5b8b1ff7ce787dd3967d5684e07c3.tar.gz libquotient-8cb629f406f5b8b1ff7ce787dd3967d5684e07c3.zip |
Fix a typo in cacheLocation() doc-comment
[skip ci]
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |