From 8408a44e794bc875c291453c3d42dde227a14217 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Wed, 5 Dec 2012 00:00:00 -0600 Subject: [PATCH] top: correct an inspect spelling error with nls impact Signed-off-by: Jim Warner --- top/top_nls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top/top_nls.c b/top/top_nls.c index 53475f57..56722e2e 100644 --- a/top/top_nls.c +++ b/top/top_nls.c @@ -412,7 +412,7 @@ static void build_norm_nlstab (void) { #endif Norm_nlstab[YINSP_failed_fmt] = _("Selection failed with: %s\n"); Norm_nlstab[YINSP_pidbad_fmt] = _("unable to inspect, pid %d not found"); - Norm_nlstab[YINSP_pidsee_fmt] = _("inspect at PID [defailt pid = %d]"); + Norm_nlstab[YINSP_pidsee_fmt] = _("inspect at PID [default pid = %d]"); Norm_nlstab[YINSP_rcfile_fmt] = _("could not parse rcfile inspect entry %d"); Norm_nlstab[YINSP_status_fmt] = _("%s: %*d-%-*d lines, %*d-%*d columns, %lu bytes read"); Norm_nlstab[YINSP_workin_txt] = _("patience please, working...");