GNU bug report logs -
#53435
[PATCH] guix: ui: Fix typo in docstring.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sat, 22 Jan 2022 03:48:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#53435: [PATCH] guix: ui: Fix typo in docstring.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 53435 <at> debbugs.gnu.org.
--
53435: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53435
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
jgart <jgart <at> dismail.de> writes:
> * guix/ui.scm (colorize-store-file-name)[docstring]: Fix typo.
> ---
> guix/ui.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/guix/ui.scm b/guix/ui.scm
> index fc6f44e9ea..093de1b4ab 100644
> --- a/guix/ui.scm
> +++ b/guix/ui.scm
> @@ -940,7 +940,7 @@ (define (profile-hook-derivation? drv)
>
> (define (colorize-store-file-name file)
> "Colorize FILE, a store file name, such that the hash part is less prominent
> -that the rest."
> +than the rest."
> (let ((len (string-length file))
> (prefix (+ (string-length (%store-prefix)) 32 2)))
> (if (< len prefix)
Applied with d25a4e49d7.
Thank you!
Maxim
[Message part 3 (message/rfc822, inline)]
* guix/ui.scm (colorize-store-file-name)[docstring]: Fix typo.
---
guix/ui.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/ui.scm b/guix/ui.scm
index fc6f44e9ea..093de1b4ab 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -940,7 +940,7 @@ (define (profile-hook-derivation? drv)
(define (colorize-store-file-name file)
"Colorize FILE, a store file name, such that the hash part is less prominent
-that the rest."
+than the rest."
(let ((len (string-length file))
(prefix (+ (string-length (%store-prefix)) 32 2)))
(if (< len prefix)
--
2.34.1
This bug report was last modified 3 years and 213 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.