[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: rr: Fix typo in synopsis.
From: |
guix-commits |
Subject: |
06/06: gnu: rr: Fix typo in synopsis. |
Date: |
Tue, 11 Jul 2023 23:59:51 -0400 (EDT) |
jgart pushed a commit to branch master
in repository guix.
commit 4a027d2b0ee68e39f21f6802a8cd1751d3065330
Author: jgart <jgart@dismail.de>
AuthorDate: Thu Jul 6 21:28:49 2023 -0500
gnu: rr: Fix typo in synopsis.
* gnu/packages/debug.scm (rr)
[synopsis]: Fix typo.
---
gnu/packages/debug.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index aaf5f8bf4c..7283d04bd2 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -678,7 +678,7 @@ error reporting, better tracing, profiling, and a
debugger.")
(inputs
(list gdb capnproto python python-pexpect zlib))
(home-page "https://rr-project.org/")
- (synopsis "Record and reply debugging framework")
+ (synopsis "Record and replay debugging framework")
(description
"rr is a lightweight tool for recording, replaying and debugging
execution of applications (trees of processes and threads). Debugging extends
- branch master updated (15f9870eb3 -> 4a027d2b0e), guix-commits, 2023/07/11
- 03/06: gnu: Add rapidcheck., guix-commits, 2023/07/11
- 02/06: gnu: Add python-redo., guix-commits, 2023/07/11
- 04/06: gnu: nix: Update to 2.16.1., guix-commits, 2023/07/11
- 01/06: gnu: Add python-cloup., guix-commits, 2023/07/11
- 06/06: gnu: rr: Fix typo in synopsis.,
guix-commits <=
- 05/06: gnu: keepassxc: Fix broken home-page url., guix-commits, 2023/07/11