From fddb83200fb711b5b9a291e3f307fd10149cacc4 Mon Sep 17 00:00:00 2001 From: David Redondo Date: Mon, 16 Aug 2021 15:15:09 +0200 Subject: [PATCH] Fix typo GIT_SILENT --- src/xwl/clipboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xwl/clipboard.h b/src/xwl/clipboard.h index f534d1f3ee..793e569088 100644 --- a/src/xwl/clipboard.h +++ b/src/xwl/clipboard.h @@ -46,7 +46,7 @@ private: void checkWlSource(); /** - * Returns of dsi is managed by our data bridge + * Returns if dsi is managed by our data bridge */ bool ownsSelection(KWaylandServer::AbstractDataSource *dsi) const;