]> 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)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:58 +0000 (16:53 +0200)
bacula/src/stored/mount.c

index 6bb4eafb075baa54fc8baef4bfe2e4528b9bb66d..b276c0b324ecee1c74b3f61efa5c928a3282534c 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));