[PATCH] lsmem: make an error message identical to one used in seven other places
Benno Schulenberg <[email protected]>
| Newsgroups | org.kernel.vger.util-linux |
|---|---|
| Message-ID | <[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 c9851e98c..94150e49d 100644 --- a/sys-utils/lsmem.c +++ b/sys-utils/lsmem.c @@ -713,7 +713,7 @@ int main(int argc, char **argv) cl = scols_table_new_column(lsmem->table, ci->name, ci->whint, ci->flags); if (!cl) - err(EXIT_FAILURE, _("Failed to initialize output column")); + err(EXIT_FAILURE, _("failed to initialize output column")); if (lsmem->json) { int id = get_column_id(i); -- 2.48.1