From c456b727db1c97e77dc61fd05ba93ce9260c6970 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sun, 21 Dec 1997 15:40:11 +0000 Subject: [PATCH] Typo fix in the message displayed. --- sbin/restore/tape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index 9ba2683f95b..5da5c93affc 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -322,7 +322,7 @@ getvol(nextvol) "Unless you know which volume your", " file(s) are on you should start\n", "with the last volume and work", - " towards towards the first.\n"); + " towards the first.\n"); } else { fprintf(stderr, "You have read volumes"); strcpy(buf, ": ");