From 40f867f378cdf809e496f20f79c1255052ca9e0b Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 10 Jul 2010 20:20:59 +0200 Subject: [PATCH] Tweak correct typo pointed out by Arno --- bacula/src/stored/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/mount.c b/bacula/src/stored/mount.c index 6bb4eafb07..b276c0b324 100644 --- a/bacula/src/stored/mount.c +++ b/bacula/src/stored/mount.c @@ -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)); -- 2.39.5