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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53435 in the body.
You can then email your comments to 53435 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53435
; Package
guix-patches
.
(Sat, 22 Jan 2022 03:48:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 22 Jan 2022 03:48:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Sun, 23 Jan 2022 02:38:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Sun, 23 Jan 2022 02:38:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 53435-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 20 Feb 2022 12:24:06 GMT)
Full text and
rfc822 format available.
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.