gnu: rr: Fix typo in synopsis.

* gnu/packages/debug.scm (rr)
[synopsis]: Fix typo.
This commit is contained in:
jgart 2023-07-06 21:28:49 -05:00
parent cf3bd63b06
commit 4a027d2b0e
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -678,7 +678,7 @@ (define-public rr
(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