summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2022-01-21 22:46:36 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-01-22 21:35:47 -0500
commitd25a4e49d7c908ac6c2ae46b36778b5930ffbbf3 (patch)
treeb372f81b7cf47f72bf84ff5c3bb8656c37466ea7
parentdfc32d8d997da74a6e838b450649bd89905ffdc3 (diff)
downloadguix-patches-base-for-series-11085.tar
guix-patches-base-for-series-11085.tar.gz
* guix/ui.scm (colorize-store-file-name)[docstring]: Fix typo. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r--guix/ui.scm2
1 files changed, 1 insertions, 1 deletions
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)