From ab8fd37308b3e40030227bce3dccbfde874a1ad8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 30 Oct 2011 15:48:14 +0000 Subject: [PATCH] [package] base-files: fix typo SVN-Revision: 28681 --- package/base-files/files/lib/upgrade/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index 2126ca1c38..a2c0dbaeb8 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -79,7 +79,7 @@ run_ramfs() { # [...] kill_remaining() { # [ ] local sig="${1:-TERM}" - echo -n "Sending $sig to remaing processes ... " + echo -n "Sending $sig to remaining processes ... " top -bn1 | while read pid ppid user stat vsz pvsz pcpu cmd args; do case "$pid" in [0-9]*) : ;; -- 2.30.2