Skip to content
Snippets Groups Projects
Commit ef6d7a7e authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

base-files: fix typo

SVN-Revision: 28681
parent 39b3bfcf
No related branches found
No related tags found
No related merge requests found
......@@ -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]*) : ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment