diff --git a/ChangeLog b/ChangeLog index d77fe056..7a5e9732 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-07-11 Tomas Ogren + + * sysdeps/names/procmem.c: Fixed a tyop + 1999-05-31 Martin Baulig * LIBGTOP-VERSION: Set version number to 1.0.3 binary age 2, diff --git a/sysdeps/names/procmem.c b/sysdeps/names/procmem.c index f4c220bd..6f9f4e09 100644 --- a/sysdeps/names/procmem.c +++ b/sysdeps/names/procmem.c @@ -52,7 +52,7 @@ const char *glibtop_descriptions_proc_mem [GLIBTOP_MAX_PROC_MEM] = { N_("Total # of pages of memory"), N_("Number of pages of virtual memory"), - N_("Number of residnet set (non-swapped) pages"), + N_("Number of resident set (non-swapped) pages"), N_("Number of pages of shared (mmap'd) memory"), N_("Number of pages the process has in real memory, minus 3 " "for administrative purposes. This is just the pages which "