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>
/* 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"));