guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]