nckx pushed a commit to branch master
in repository guix.
commit 8bfa893dd24a696b39f724f07882130c6997487a
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Sep 29 02:00:00 2024 +0200
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(-)
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 @@ not as a replacement for it.")
(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