From: Kern Sibbald Date: Sat, 8 Dec 2018 09:09:59 +0000 (+0100) Subject: Fix spelling typo X-Git-Tag: Release-9.4.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7da0f3b623a9c72f08573fb8865587a29a83fa5;p=thirdparty%2Fbacula.git Fix spelling typo --- diff --git a/bacula/src/dird/ua_purge.c b/bacula/src/dird/ua_purge.c index 1ea739e28..dd6c9ef70 100644 --- a/bacula/src/dird/ua_purge.c +++ b/bacula/src/dird/ua_purge.c @@ -590,7 +590,7 @@ static void truncate_volume(UAContext *ua, MEDIA_DBR *mr, /* Do it only if action on purge = truncate is set */ if (!(mr->ActionOnPurge & ON_PURGE_TRUNCATE)) { ua->error_msg(_("\nThe option \"Action On Purge = Truncate\" was not defined in the Pool resource.\n" - "Truncate not allowd on Volume \"%s\"\n"), mr->VolumeName); + "Truncate not allowed on Volume \"%s\"\n"), mr->VolumeName); return; }