From ef6d7a7e334cde5f05cb4b23a65be6f243d78d26 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Sun, 30 Oct 2011 15:48:14 +0000
Subject: [PATCH] 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() { # <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]*) : ;;
-- 
GitLab