Fixed misnamed rewind command (noted by Tom Oehser).
[oweals/busybox.git] / mt.c
diff --git a/mt.c b/mt.c
index da01eb23fd9c1aaae5f616c3722c810a20c44370..49dc70ac61e9610a9d6f6ff65c9e3a1c5218cabf 100644 (file)
--- a/mt.c
+++ b/mt.c
@@ -35,7 +35,7 @@ static const struct mt_opcodes opcodes[] = {
        {"ras3", MTRAS3},
        {"reset", MTRESET},
        {"retension", MTRETEN},
-       {"rew", MTREW},
+       {"rewind", MTREW},
        {"seek", MTSEEK},
        {"setblk", MTSETBLK},
        {"setdensity", MTSETDENSITY},