From: Michal Sojka Date: Sat, 4 Dec 2010 07:35:45 +0000 (+0100) Subject: Fix typo X-Git-Tag: fix-allnoconfig~259 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/a014df929654cb4d7d1ca65be5cd6901d53d3fa9?ds=sidebyside Fix typo --- diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 5d3507f..2312d43 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -15,7 +15,7 @@ while [ $# -gt 0 ]; do -p) OPT_PLOT_ONLY=1; shift;; -X|--no-x11-plot) OPT_NO_X11=1; shift;; -t) case "$2" in - all|floof|50|oneatatime) OPT_TRAFFIC=$2;; + all|flood|50|oneatatime) OPT_TRAFFIC=$2;; *) error "Unknown traffic specification: $2";; esac; shift 2;;