[PATCH 1/2] lsmem: correct the grammar of an error message
Benno Schulenberg <[email protected]> Sat, 7 Mar 2026 12:43:07 +0100
| Newsgroups | org.kernel.vger.util-linux |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Signed-off-by: Benno Schulenberg <[email protected]> --- 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