]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix spelling typo
authorKern Sibbald <kern@sibbald.com>
Sat, 8 Dec 2018 09:09:59 +0000 (10:09 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 8 Dec 2018 09:09:59 +0000 (10:09 +0100)
bacula/src/dird/ua_purge.c

index 1ea739e28ff382ef816867df9f905039f816a776..dd6c9ef706e6d7f0e0c04d503a780a72527208d7 100644 (file)
@@ -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;
    }