From: Jim Warner <james.warner@comcast.net>
Date: Wed, 5 Dec 2012 06:00:00 +0000 (-0600)
Subject: top: correct an inspect spelling error with nls impact
X-Git-Tag: v3.3.6~36
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8408a44e794bc875c291453c3d42dde227a14217;p=procps-ng

top: correct an inspect spelling error with nls impact

Signed-off-by: Jim Warner <james.warner@comcast.net>
---

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...");