]> granicus.if.org Git - procps-ng/commitdiff
top: correct an inspect spelling error with nls impact
authorJim Warner <james.warner@comcast.net>
Wed, 5 Dec 2012 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@enc.com.au>
Tue, 11 Dec 2012 11:54:25 +0000 (22:54 +1100)
Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top_nls.c

index 53475f57781038bbf37fd8d9f8be2a4315acc944..56722e2ef1dbf7e412e40147460011c7601fca23 100644 (file)
@@ -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...");