all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: jgart <jgart@dismail.de>
Cc: 53435-done@debbugs.gnu.org
Subject: bug#53435: [PATCH]  guix: ui: Fix typo in docstring.
Date: Sat, 22 Jan 2022 21:37:10 -0500	[thread overview]
Message-ID: <87tudv6uuh.fsf@gmail.com> (raw)
In-Reply-To: <20220122034636.15743-1-jgart@dismail.de> (jgart@dismail.de's message of "Fri, 21 Jan 2022 22:46:36 -0500")

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




      reply	other threads:[~2022-01-23  2:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tudv6uuh.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=53435-done@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.