base-files: fix typo
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 30 Oct 2011 15:48:14 +0000 (15:48 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 30 Oct 2011 15:48:14 +0000 (15:48 +0000)
SVN-Revision: 28681

package/base-files/files/lib/upgrade/common.sh

index 2126ca1c388d191a5b527495f73dcc5c809a6368..a2c0dbaeb8518373075fde2bcb747742a6c8da96 100644 (file)
@@ -79,7 +79,7 @@ run_ramfs() { # <command> [...]
 
 kill_remaining() { # [ <signal> ]
        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]*) : ;;