From 2ab6930a945145c4154f92901526683e35c94aea Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 13 May 2024 07:44:48 +0300 Subject: [PATCH] kio: KRun documentation review Signed-off-by: Ivailo Monev --- kio/kio/krun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kio/kio/krun.h b/kio/kio/krun.h index 7bbd7eb0..9440a7b1 100644 --- a/kio/kio/krun.h +++ b/kio/kio/krun.h @@ -48,7 +48,7 @@ public: * Processes a Exec= line as found in .desktop files * * @param service the service to extract information from - * @param urls the urls the service should open + * @param urls the URLs the service should open * @return a list of arguments suitable for KProcess::setProgram() * @warning caller is responsible for handling services which do not support remote URLs */