diff mbox series

[bug#53435] guix: ui: Fix typo in docstring.

Message ID 20220122034636.15743-1-jgart@dismail.de
State Accepted
Headers show
Series [bug#53435] guix: ui: Fix typo in docstring. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

jgart Jan. 22, 2022, 3:46 a.m. UTC
* guix/ui.scm (colorize-store-file-name)[docstring]: Fix typo.
---
 guix/ui.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Maxim Cournoyer Jan. 23, 2022, 2:37 a.m. UTC | #1
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
diff mbox series

Patch

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)