all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53435] [PATCH]  guix: ui: Fix typo in docstring.
@ 2022-01-22  3:46 jgart via Guix-patches via
  2022-01-23  2:37 ` bug#53435: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-01-22  3:46 UTC (permalink / raw)
  To: 53435; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53435: [PATCH]  guix: ui: Fix typo in docstring.
  2022-01-22  3:46 [bug#53435] [PATCH] guix: ui: Fix typo in docstring jgart via Guix-patches via
@ 2022-01-23  2:37 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2022-01-23  2:37 UTC (permalink / raw)
  To: jgart; +Cc: 53435-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-23  2:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-22  3:46 [bug#53435] [PATCH] guix: ui: Fix typo in docstring jgart via Guix-patches via
2022-01-23  2:37 ` bug#53435: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.