mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dbginfo.sh: Fix typos in console messages
Signed-off-by: Joern Siglen <siglen@de.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
3fd8c48245
commit
646e080217
@@ -1094,16 +1094,16 @@ collect_tc() {
|
||||
|
||||
if type tc >/dev/null; then
|
||||
if test -n "${NETWORK_DEVS}"; then
|
||||
pr_collect_output "Trafic Control"
|
||||
pr_collect_output "Traffic Control"
|
||||
for network_device in ${NETWORK_DEVS}; do
|
||||
call_run_command "tc -s qdisc show dev ${network_device}" \
|
||||
"${OUTPUT_FILE_TC}"
|
||||
done
|
||||
else
|
||||
pr_skip "Trafic Control: no devices"
|
||||
pr_skip "Traffic Control: no devices"
|
||||
fi
|
||||
else
|
||||
pr_skip "Trafic Control: tc not available"
|
||||
pr_skip "Traffic Control: tc not available"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user