diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-06 15:17:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-06 15:17:47 +0100 |
commit | 0701efb351b36984d5ffd356e8de323e49603680 (patch) | |
tree | b56a64fae6292fac645711d101f023ac9f2097cf /doc | |
parent | 90bc18bcd4d221b53e52f94039d256d2a8edea5b (diff) | |
download | guix-0701efb351b36984d5ffd356e8de323e49603680.tar.gz |
doc: Fix typo.
* doc/guix.texi (Build Utilities): Fix typo. Reported by Mortimer Cladwell <mbcladwell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |