emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#53435: closed ([PATCH] guix: ui: Fix typo in docstring.)


From: GNU bug Tracking System
Subject: bug#53435: closed ([PATCH] guix: ui: Fix typo in docstring.)
Date: Sun, 23 Jan 2022 02:38:02 +0000

Your message dated Sat, 22 Jan 2022 21:37:10 -0500
with message-id <87tudv6uuh.fsf@gmail.com>
and subject line Re: bug#53435: [PATCH]  guix: ui: Fix typo in docstring.
has caused the debbugs.gnu.org bug report #53435,
regarding [PATCH]  guix: ui: Fix typo in docstring.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53435: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53435
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] guix: ui: Fix typo in docstring. Date: Fri, 21 Jan 2022 22:46:36 -0500
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#53435: [PATCH] guix: ui: Fix typo in docstring. Date: Sat, 22 Jan 2022 21:37:10 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

jgart <jgart@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


--- End Message ---

reply via email to

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