gnu: rr: Fix typo in synopsis.
* gnu/packages/debug.scm (rr) [synopsis]: Fix typo.
This commit is contained in:
		
							parent
							
								
									cf3bd63b06
								
							
						
					
					
						commit
						4a027d2b0e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -678,7 +678,7 @@ error reporting, better tracing, profiling, and a debugger.")
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list gdb capnproto python python-pexpect zlib))
 | 
					     (list gdb capnproto python python-pexpect zlib))
 | 
				
			||||||
    (home-page "https://rr-project.org/")
 | 
					    (home-page "https://rr-project.org/")
 | 
				
			||||||
    (synopsis "Record and reply debugging framework")
 | 
					    (synopsis "Record and replay debugging framework")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "rr is a lightweight tool for recording, replaying and debugging
 | 
					     "rr is a lightweight tool for recording, replaying and debugging
 | 
				
			||||||
execution of applications (trees of processes and threads).  Debugging extends
 | 
					execution of applications (trees of processes and threads).  Debugging extends
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue