aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-09-29 00:00:00 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2024-09-29 00:00:00 +0000
commit8bfa893dd24a696b39f724f07882130c6997487a (patch)
treec33faf38de594175de45eef96b8bbbb99ea90554
parentafdb5af46b18ba784f9cf0f946256082a24c593c (diff)
downloadguix-8bfa893dd24a696b39f724f07882130c6997487a.tar
guix-8bfa893dd24a696b39f724f07882130c6997487a.tar.gz
guix-8bfa893dd24a696b39f724f07882130c6997487a.tar.bz2
guix-8bfa893dd24a696b39f724f07882130c6997487a.tar.lz
guix-8bfa893dd24a696b39f724f07882130c6997487a.tar.xz
guix-8bfa893dd24a696b39f724f07882130c6997487a.tar.zst
guix-8bfa893dd24a696b39f724f07882130c6997487a.zip
gnu: hotspot: Fix typo in description.
* gnu/packages/linux.scm (hotspot)[description]: Remove the typo. Change-Id: Ie1614a51be08bc70eca633ef553e76dda5662a4a
-rw-r--r--gnu/packages/linux.scm2
1 files changed, 1 insertions, 1 deletions
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