From 1eb4acfc2399d3ab4a7a122a0aff3f5d5109bf2c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 22 May 2001 14:32:35 +0000 Subject: Fixed misnamed rewind command (noted by Tom Oehser). --- mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mt.c') diff --git a/mt.c b/mt.c index da01eb23f..49dc70ac6 100644 --- 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}, -- cgit v1.2.3