diff options
author | jgart <jgart@dismail.de> | 2023-07-06 21:28:49 -0500 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2023-07-11 22:43:35 -0500 |
commit | 4a027d2b0ee68e39f21f6802a8cd1751d3065330 (patch) | |
tree | 451bc88f234315d1177fbc815115431327a7436a /gnu | |
parent | cf3bd63b068b0745bd25183645b5d566e2436b9a (diff) | |
download | guix-4a027d2b0ee68e39f21f6802a8cd1751d3065330.tar.gz guix-4a027d2b0ee68e39f21f6802a8cd1751d3065330.zip |
gnu: rr: Fix typo in synopsis.
* gnu/packages/debug.scm (rr)
[synopsis]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/debug.scm | 2 |
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 |