From: Kern Sibbald Date: Thu, 8 Jan 2004 17:10:48 +0000 (+0000) Subject: Fix typo in btape + minor updates to doc X-Git-Tag: Release-1.34.0~170 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=16fcd69772f6ed6c54248a8af3e97cb92aa78662;p=bacula%2Fbacula 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 --- 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;