]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Correct spelling errors in messages
authorCarsten Leonhardt <leo@debian.org>
Sat, 7 Mar 2020 13:23:04 +0000 (14:23 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 7 Mar 2020 13:23:04 +0000 (14:23 +0100)
bacula/po/es_AR.po
bacula/po/fi.po
bacula/po/it.po
bacula/src/lib/bstat.c
bacula/src/stored/dev.c

index 4ca7b06f1688dddeb45cfb06263559e425553fd8..64fae79aacf00b8d12c08f44cf3ae49944c60a34 100644 (file)
@@ -8658,7 +8658,7 @@ msgstr ""
 
 #: src/stored/append.c:265 src/stored/btape.c:1976
 #, c-format
-msgid "Error writting end session label. ERR=%s\n"
+msgid "Error writing end session label. ERR=%s\n"
 msgstr ""
 
 #: src/stored/append.c:278
@@ -9783,7 +9783,7 @@ msgstr ""
 
 #: src/stored/btape.c:600
 msgid ""
-"Test writting larger and larger records.\n"
+"Test writing larger and larger records.\n"
 "This is a torture test for records.\n"
 "I am going to write\n"
 "larger and larger records. It will stop when the record size\n"
index 62887e934c3da9c892f74ebe0075d0e8e5773ebd..48458015f806ba9c7e95c335080921cf5c0a57a5 100644 (file)
@@ -9712,7 +9712,7 @@ msgstr ""
 
 #: src/stored/append.c:292 src/stored/btape.c:2013
 #, c-format
-msgid "Error writting end session label. ERR=%s\n"
+msgid "Error writing end session label. ERR=%s\n"
 msgstr ""
 
 #: src/stored/append.c:303 src/stored/mac.c:124 src/stored/mac.c:220
@@ -10907,7 +10907,7 @@ msgstr ""
 
 #: src/stored/btape.c:632
 msgid ""
-"Test writting larger and larger records.\n"
+"Test writing larger and larger records.\n"
 "This is a torture test for records.\n"
 "I am going to write\n"
 "larger and larger records. It will stop when the record size\n"
index a49ad035cae28d34e01475fd818775a733273213..1de1daf926c1dc90a22e0a3ca5cc178c53f7a6b1 100644 (file)
@@ -9316,7 +9316,7 @@ msgstr ""
 
 #: src/stored/append.c:292 src/stored/btape.c:2013
 #, c-format
-msgid "Error writting end session label. ERR=%s\n"
+msgid "Error writing end session label. ERR=%s\n"
 msgstr ""
 
 #: src/stored/append.c:303 src/stored/mac.c:124 src/stored/mac.c:220
@@ -10511,7 +10511,7 @@ msgstr ""
 
 #: src/stored/btape.c:632
 msgid ""
-"Test writting larger and larger records.\n"
+"Test writing larger and larger records.\n"
 "This is a torture test for records.\n"
 "I am going to write\n"
 "larger and larger records. It will stop when the record size\n"
index c22e17b2ab9b46341c907ffe07128aabfe4e77c2..44143b405a2572133c8a41dfea9cd14ea1d5d1c9 100644 (file)
@@ -194,7 +194,7 @@ const char *bstatmetric::metric_unit_str()
       case METRIC_UNIT_SEC:
          return "Seconds";
       case METRIC_UNIT_MSEC:
-         return "miliSeconds";
+         return "milliseconds";
       case METRIC_UNIT_NUMBER:
          return "Number";
       case METRIC_UNIT_PERCENT:
index 6da1fc5b415c44f830137b0e2f69dca75b6dab07..f579c77839e72e5f42e035238e4040e6a540fef9 100644 (file)
@@ -1126,7 +1126,7 @@ void DEVICE::register_metrics(bstatcollect *collector)
    Mmsg(met, "bacula.storage.%s.device.%s.writetime", me->hdr.name, name());
    devstatmetrics.bacula_storage_device_writetime =
          devstatcollector->registration(met.c_str(), METRIC_INT, METRIC_UNIT_MSEC,
-            (char*)"Time spent writting to device.");
+            (char*)"Time spent writing to device.");
    /* total and free space metrics registration */
    Mmsg(met, "bacula.storage.%s.device.%s.freespace", me->hdr.name, name());
    devstatmetrics.bacula_storage_device_freespace =