guix-commits
[Top][All Lists]
Advanced

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

branch master updated: guix: ui: Fix typo in docstring.


From: guix-commits
Subject: branch master updated: guix: ui: Fix typo in docstring.
Date: Sat, 22 Jan 2022 21:37:08 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d25a4e49d7 guix: ui: Fix typo in docstring.
d25a4e49d7 is described below

commit d25a4e49d7c908ac6c2ae46b36778b5930ffbbf3
Author: jgart <jgart@dismail.de>
AuthorDate: Fri Jan 21 22:46:36 2022 -0500

    guix: ui: Fix typo in docstring.
    
    * guix/ui.scm (colorize-store-file-name)[docstring]: Fix typo.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 @@ warning."
 
 (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)



reply via email to

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