]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak correct typo pointed out by Arno
authorKern Sibbald <kern@sibbald.com>
Sat, 10 Jul 2010 18:20:59 +0000 (20:20 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 11 Jul 2010 11:03:53 +0000 (13:03 +0200)
bacula/src/stored/mount.c

index 456f074c659139f8fe3bfe25f9c08f19a04480ce..5620e9c752d87fbb37819547c4b1a3e03fc6b572 100644 (file)
@@ -642,7 +642,7 @@ bool DCR::is_eod_valid()
               edit_uint64(dev->VolCatInfo.VolCatBytes, ed1));
       } else if ((uint64_t)pos > dev->VolCatInfo.VolCatBytes) {
          Jmsg(jcr, M_WARNING, 0, _("For Volume \"%s\":\n"
-              "The sizes do not mismatch! Volume=%s Catalog=%s\n"
+              "The sizes do not match! Volume=%s Catalog=%s\n"
               "Correcting Catalog\n"),
               VolumeName, edit_uint64(pos, ed1), 
               edit_uint64(dev->VolCatInfo.VolCatBytes, ed2));