From 16fcd69772f6ed6c54248a8af3e97cb92aa78662 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 8 Jan 2004 17:10:48 +0000 Subject: [PATCH] Fix typo in btape + minor updates to doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@998 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/btape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/btape.c b/bacula/src/stored/btape.c index d596e0afd2..0b75970041 100644 --- a/bacula/src/stored/btape.c +++ b/bacula/src/stored/btape.c @@ -981,7 +981,7 @@ bail_out: Pmsg0(-1, _("\nThe forward space file test failed.\n")); if (dev_cap(dev, CAP_FASTFSF)) { Pmsg0(-1, "You have Fast Forward Space File enabled.\n" - "I am turning it off then retring the test.\n"); + "I am turning it off then retrying the test.\n"); dev->capabilities &= ~CAP_FASTFSF; set_off = true; goto test_again; -- 2.39.5