summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2023-07-06 21:28:49 -0500
committerjgart <jgart@dismail.de>2023-07-11 22:43:35 -0500
commit4a027d2b0ee68e39f21f6802a8cd1751d3065330 (patch)
tree451bc88f234315d1177fbc815115431327a7436a /gnu/packages/debug.scm
parentcf3bd63b068b0745bd25183645b5d566e2436b9a (diff)
gnu: rr: Fix typo in synopsis.
* gnu/packages/debug.scm (rr) [synopsis]: Fix typo.
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r--gnu/packages/debug.scm2
1 files changed, 1 insertions, 1 deletions
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