From ac02f778a2687876444924564addc8cad7e120a7 Mon Sep 17 00:00:00 2001 From: Eike Hein Date: Mon, 8 May 2017 19:27:09 +0900 Subject: [PATCH] Fix typo in API comment. --- shell_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_client.h b/shell_client.h index eba74cfb7c..7fa25842e5 100644 --- a/shell_client.h +++ b/shell_client.h @@ -113,7 +113,7 @@ public: * The process for this client. * Note that processes started by kwin will share its process id. * @since 5.11 - * @returns the process if for this client. + * @returns the process id for this client. **/ pid_t pid() const override;