From patchwork Wed Oct 24 21:57:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Yordan Karadzhov X-Patchwork-Id: 10759625 Return-Path: Received: from mail-bn3nam01on0065.outbound.protection.outlook.com ([104.47.33.65]:34693 "EHLO NAM01-BN3-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726365AbeJYG1t (ORCPT ); Thu, 25 Oct 2018 02:27:49 -0400 From: Yordan Karadzhov To: "rostedt@goodmis.org" CC: "linux-trace-devel@vger.kernel.org" Subject: [PATCH] kernel-shark-qt: correct a typo in ks.desktop.cmake Date: Wed, 24 Oct 2018 21:57:55 +0000 Message-ID: <20181024215734.10956-1-ykaradzhov@vmware.com> Content-Language: en-US Content-ID: <9AB6850F89A0D44D8F97B72AA44F219B@namprd05.prod.outlook.com> MIME-Version: 1.0 Sender: linux-trace-devel-owner@vger.kernel.org List-ID: It is not clear how this typo came in. It is not presented in the original patch. Signed-off-by: Yordan Karadzhov --- kernel-shark-qt/build/ks.desktop.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-shark-qt/build/ks.desktop.cmake b/kernel-shark-qt/build/ks.desktop.cmake index 1ff6d1e..0b947f1 100644 --- a/kernel-shark-qt/build/ks.desktop.cmake +++ b/kernel-shark-qt/build/ks.desktop.cmake @@ -6,4 +6,4 @@ GenericName=Kernel Shark Comment= Exec=/usr/local/bin/kernelshark Icon=@KS_DIR@/icons/ksharkicon.png -TerminalĂșlse +Terminal=false