]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Fix typo
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 4 Dec 2010 07:35:45 +0000 (08:35 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 4 Dec 2010 07:35:45 +0000 (08:35 +0100)
gw-tests/lib.sh

index 5d3507f060208afe11afb737a32b2125db64d244..2312d435fb3626920cf24be33bc39aa69ecedee5 100644 (file)
@@ -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;;