From 2e69366e5151be383cc1e67f559f570c45775f93 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 24 Oct 2022 04:05:13 +0300 Subject: [PATCH] kdecore: KTemporaryFile documentation correction Signed-off-by: Ivailo Monev --- kdecore/io/ktemporaryfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdecore/io/ktemporaryfile.h b/kdecore/io/ktemporaryfile.h index e50ec9bc..4b030ec7 100644 --- a/kdecore/io/ktemporaryfile.h +++ b/kdecore/io/ktemporaryfile.h @@ -138,7 +138,7 @@ public: * If @p pathtemplate is empty the result will have 10 characters, the * standard temporary directory prepended along with the main component * name. Otherwise any 'X' in @p pathtemplate is replaced with random - * character. The standard temporary directory prepended along with the + * character. The standard temporary directory is prepended along with the * main component name unless @p pathtemplate is absolute path. * * @param pathtemplate The template to use when generating filepath.