public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
From: Benno Schulenberg <bensberg@telfort.nl>
To: util-linux@vger.kernel.org
Cc: Sumanth Korikkar <sumanthk@linux.ibm.com>
Subject: [PATCH 1/2] lsmem: correct the grammar of an error message
Date: Sat,  7 Mar 2026 12:43:07 +0100	[thread overview]
Message-ID: <20260307114308.7517-1-bensberg@telfort.nl> (raw)

That is: make the message identical to its twin nine lines back.

(The spello was introduced by commit 92d018a105 from five months ago.)

CC: Sumanth Korikkar <sumanthk@linux.ibm.com>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
---
 sys-utils/lsmem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-utils/lsmem.c b/sys-utils/lsmem.c
index b74c95d43..aee68a171 100644
--- a/sys-utils/lsmem.c
+++ b/sys-utils/lsmem.c
@@ -819,7 +819,7 @@ int main(int argc, char **argv)
 	/* open /sys/firmware/memory handler (optional) */
 	lsmem->sysmemconfig = ul_new_path(_PATH_SYS_MEMCONFIG);
 	if (!lsmem->sysmemconfig)
-		err(EXIT_FAILURE, _("failed to initialized %s handler"), _PATH_SYS_MEMCONFIG);
+		err(EXIT_FAILURE, _("failed to initialize %s handler"), _PATH_SYS_MEMCONFIG);
 	if (prefix && ul_path_set_prefix(lsmem->sysmemconfig, prefix) != 0)
 		err(EXIT_FAILURE, _("invalid argument to --sysroot"));
 
-- 
2.53.0


             reply	other threads:[~2026-03-07 11:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-07 11:43 Benno Schulenberg [this message]
2026-03-07 11:43 ` [PATCH 2/2] lsmem: (man) correct the markup of column names, and improve some grammar Benno Schulenberg
2026-03-09 12:36   ` Sumanth Korikkar
2026-03-09 15:41     ` Benno Schulenberg
2026-03-11 12:27     ` Karel Zak
2026-03-11 13:24       ` Sumanth Korikkar
2026-03-12 15:58         ` Benno Schulenberg
2026-03-12 15:59       ` Benno Schulenberg
2026-03-13  8:23         ` Sumanth Korikkar
2026-03-16 10:58   ` Karel Zak
2026-03-09  9:20 ` [PATCH 1/2] lsmem: correct the grammar of an error message Sumanth Korikkar
2026-03-12 10:18 ` Karel Zak

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=20260307114308.7517-1-bensberg@telfort.nl \
    --to=bensberg@telfort.nl \
    --cc=sumanthk@linux.ibm.com \
    --cc=util-linux@vger.kernel.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox