summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tc/q_netem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/q_netem.c b/tc/q_netem.c
index e9a601b3..b1fd4529 100644
--- a/tc/q_netem.c
+++ b/tc/q_netem.c
@@ -38,7 +38,7 @@ static void explain(void)
" [ loss random PERCENT [CORRELATION]]\n" \
" [ loss state P13 [P31 [P32 [P23 P14]]]\n" \
" [ loss gemodel PERCENT [R [1-H [1-K]]]\n" \
-" [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n");
+" [ reorder PERCENT [CORRELATION] [ gap DISTANCE ]]\n");
}
static void explain1(const char *arg)