]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo in btape + minor updates to doc
authorKern Sibbald <kern@sibbald.com>
Thu, 8 Jan 2004 17:10:48 +0000 (17:10 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 8 Jan 2004 17:10:48 +0000 (17:10 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@998 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/btape.c

index d596e0afd284e7d403c3d290959381c1fe55b0a4..0b75970041b03bbd4c1da073ec96bc21b2638fd6 100644 (file)
@@ -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;