Browse Source

base-files: fix typo

SVN-Revision: 28681
Jo-Philipp Wich 14 years ago
parent
commit
ef6d7a7e33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/base-files/files/lib/upgrade/common.sh

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

@@ -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]*) : ;;