]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
FixFix spelling errors found by lintian by Carston in bug #2436
authorCarsten Leonhardt <leo@debian.org>
Tue, 29 Jan 2019 15:23:52 +0000 (16:23 +0100)
committerKern Sibbald <kern@sibbald.com>
Tue, 29 Jan 2019 15:23:52 +0000 (16:23 +0100)
bacula/src/dird/newvol.c
bacula/src/qt-console/tray-monitor/task.cpp
bacula/src/stored/read_records.c
bacula/src/stored/tape_alert_msgs.h

index a047584ff94d83385ae8c6f94266b0d95cd09f10..4f7751b3cdd1d5bf3c690e6a25cd74020d8a58be 100644 (file)
@@ -60,7 +60,7 @@ bool newVolume(JCR *jcr, MEDIA_DBR *mr, STORE *store, POOL_MEM &errmsg)
 
    if (pr.MaxVols > 0 && pr.NumVols >= pr.MaxVols) {
       Mmsg(errmsg, "Maximum Volumes exceeded for Pool %s", pr.Name);
-      Dmsg1(90, "Too much volumes for Pool %s\n", pr.Name);
+      Dmsg1(90, "Too many volumes for Pool %s\n", pr.Name);
       goto bail_out;
    }
 
index 0781f9a1ba4108b43e95d1eee54b1a8d817d4990..8e12b26024e514584a32872008273cf6e1ba974b 100644 (file)
@@ -83,7 +83,7 @@ static void *handle_task(void *data)
             break;
         }
     }
-    Dmsg0(dbglvl, "Worker stoped\n");
+    Dmsg0(dbglvl, "Worker stopped\n");
     lmgr_cleanup_thread();
     return NULL;
 }
index 0e8f02ebe75a0b3be41ba5e5362afc846dd8cd80..6ec305cb3b2ae2864e30b934ea88ee7c5b5629f4 100644 (file)
@@ -164,7 +164,7 @@ bool read_records(DCR *dcr,
                display_tape_error_status(jcr, dev);
                if (forge_on || jcr->ignore_label_errors) {
                   dev->fsr(1);       /* try skipping bad record */
-                  Pmsg0(000, _("Did fsr in attemp to skip bad record.\n"));
+                  Pmsg0(000, _("Did fsr in attempt to skip bad record.\n"));
                   continue;              /* try to continue */
                }
                ok = false;               /* stop everything */
index 45ab2f036766de521c45884e8e0acfddfd30275c..090f51bdb18d166937ab8aa68cacbaeaffea245c 100644 (file)
@@ -149,7 +149,7 @@ static const char *long_msg[] = {
          "A hardware failure of the tape drive is predicted. Call the tape drive supplier helpline. Predictive failure of drive hardware.",
          "The tape drive may have a fault. Check for availability of diagnostic information and run extended diagnostics if applicable.   The drive may have had a failure which may be identified by stored diagnostic information or by running extended diagnostics (eg Send Diagnostic). Check the tape drive users manual for instructions on running extended diagnostic tests and retrieving diagnostic data.",
 /* 40 */ "The changer mechanism is having difficulty communicating with the tape drive:   Loader mech. is having trouble communicating with the tape drive.\n    1. Turn the autoloader off then on.\n    2. Restart the operation.\n    3. If problem persists, call the tape drive supplier helpline.",
-         "A tape has been left in the autoloader by a previous hardware fault: Stray tape left in loader after pervious error recovery.\n    1. Insert an empty magazine to clear the fault.\n    2. If the fault does not clear, turn the autoloader off and then on again.\n    3. If the problem persists, call the tape drive supplier helpline.",
+         "A tape has been left in the autoloader by a previous hardware fault: Stray tape left in loader after previous error recovery.\n    1. Insert an empty magazine to clear the fault.\n    2. If the fault does not clear, turn the autoloader off and then on again.\n    3. If the problem persists, call the tape drive supplier helpline.",
          "There is a problem with the autoloader mechanism. Loader mech. has a hardware fault.",
          "The operation has failed because the autoloader door is open: Tape changer door open:\n    1. Clear any obstructions from the autoloader door.\n    2. Eject the magazine and then insert it again.\n    3. If the fault does not clear, turn the autoloader off and then on again.\n    4. If the problem persists, call the tape drive supplier helpline.",
          "The autoloader has a hardware fault: The loader mechanism has a hardware fault that is not mechanically related.\n    1. Turn the autoloader off and then on again.\n    2. Restart the operation.\n    3. If the problem persists, call the tape drive supplier helpline.\n    Check the autoloader users manual for device specific instructions on turning the device power on and off.",