~ruther/guix-local

d25a4e49d7c908ac6c2ae46b36778b5930ffbbf3 — jgart 4 years ago dfc32d8
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/ui.scm
M guix/ui.scm => guix/ui.scm +1 -1
@@ 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)