guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: doc: Fix typo.


From: guix-commits
Subject: branch master updated: doc: Fix typo.
Date: Thu, 06 Jan 2022 09:17:30 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0701efb351 doc: Fix typo.
0701efb351 is described below

commit 0701efb351b36984d5ffd356e8de323e49603680
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 6 15:17:17 2022 +0100

    doc: Fix typo.
    
    * doc/guix.texi (Build Utilities): Fix typo.
    
    Reported by Mortimer Cladwell <mbcladwell@gmail.com>
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index dfb94be74e..1a78774777 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -9201,7 +9201,7 @@ the corresponding positional regexp sub-expression.  For 
example:
   (("hello")
    "good morning\n")
   (("foo([a-z]+)bar(.*)$" all letters end)
-   (string-append "baz" letter end)))
+   (string-append "baz" letters end)))
 @end lisp
 
 Here, anytime a line of @var{file} contains @code{hello}, it is replaced



reply via email to

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