Fixed misnamed rewind command (noted by Tom Oehser).
diff --git a/miscutils/mt.c b/miscutils/mt.c
index da01eb2..49dc70a 100644
--- a/miscutils/mt.c
+++ b/miscutils/mt.c
@@ -35,7 +35,7 @@
 	{"ras3", MTRAS3},
 	{"reset", MTRESET},
 	{"retension", MTRETEN},
-	{"rew", MTREW},
+	{"rewind", MTREW},
 	{"seek", MTSEEK},
 	{"setblk", MTSETBLK},
 	{"setdensity", MTSETDENSITY},