From 8bfa893dd24a696b39f724f07882130c6997487a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 29 Sep 2024 02:00:00 +0200 Subject: gnu: hotspot: Fix typo in description. * gnu/packages/linux.scm (hotspot)[description]: Remove the typo. Change-Id: Ie1614a51be08bc70eca633ef553e76dda5662a4a --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 60bf4d7b5b..4695ec2eaf 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7384,7 +7384,7 @@ (define-public hotspot (home-page "https://github.com/KDAB/hotspot") (synopsis "Performance analysis GUI for Linux perf") (description "Hotspot is a standalone GUI for performance data analysis. -It aims to be similar to KCachegrind, but for data collected with the +It aims to be similar to KCachegrind, but for data collected with @command{perf}, a profiler for use with the kernel Linux. Its main feature is graphically visualizing a @file{perf.data} file.") (license (list license:gpl2+ license:gpl3+)))) ;dual licensed -- cgit v1.2.3