From 4a027d2b0ee68e39f21f6802a8cd1751d3065330 Mon Sep 17 00:00:00 2001 From: jgart Date: Thu, 6 Jul 2023 21:28:49 -0500 Subject: 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(-) (limited to 'gnu/packages/debug.scm') 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 -- cgit v1.2.3