From 802b0de36a039b587a02d0445f05db322f484ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Fl=C3=B6ser?= Date: Mon, 8 May 2017 16:46:06 +0200 Subject: [PATCH] Revert "Fix typo in API comment." This reverts commit ac02f778a2687876444924564addc8cad7e120a7. --- shell_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_client.h b/shell_client.h index 7fa25842e5..eba74cfb7c 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 id for this client. + * @returns the process if for this client. **/ pid_t pid() const override;