From 351ecb30da8f20f210c13911bae48613fdf11fbc Mon Sep 17 00:00:00 2001 From: Carsten Leonhardt Date: Sat, 7 Mar 2020 14:23:04 +0100 Subject: [PATCH] Correct spelling errors in messages --- bacula/po/es_AR.po | 4 ++-- bacula/po/fi.po | 4 ++-- bacula/po/it.po | 4 ++-- bacula/src/lib/bstat.c | 2 +- bacula/src/stored/dev.c | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bacula/po/es_AR.po b/bacula/po/es_AR.po index 4ca7b06f1..64fae79aa 100644 --- a/bacula/po/es_AR.po +++ b/bacula/po/es_AR.po @@ -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" diff --git a/bacula/po/fi.po b/bacula/po/fi.po index 62887e934..48458015f 100644 --- a/bacula/po/fi.po +++ b/bacula/po/fi.po @@ -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" diff --git a/bacula/po/it.po b/bacula/po/it.po index a49ad035c..1de1daf92 100644 --- a/bacula/po/it.po +++ b/bacula/po/it.po @@ -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" diff --git a/bacula/src/lib/bstat.c b/bacula/src/lib/bstat.c index c22e17b2a..44143b405 100644 --- a/bacula/src/lib/bstat.c +++ b/bacula/src/lib/bstat.c @@ -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: diff --git a/bacula/src/stored/dev.c b/bacula/src/stored/dev.c index 6da1fc5b4..f579c7783 100644 --- a/bacula/src/stored/dev.c +++ b/bacula/src/stored/dev.c @@ -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 = -- 2.47.3