From ee426b7c29ba392962b18207d37f341c8dc693a4 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 17 Sep 2009 22:05:53 +0200 Subject: [PATCH 1/1] Fix warning typo pointed out by Phil Stracchino --- bacula/src/dird/ua_purge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/dird/ua_purge.c b/bacula/src/dird/ua_purge.c index ec09f36cdd..e4cb428856 100644 --- a/bacula/src/dird/ua_purge.c +++ b/bacula/src/dird/ua_purge.c @@ -87,11 +87,11 @@ int purgecmd(UAContext *ua, const char *cmd) NULL}; ua->warning_msg(_( - "\nThis command is can be DANGEROUS!!!\n\n" + "\nThis command can be DANGEROUS!!!\n\n" "It purges (deletes) all Files from a Job,\n" "JobId, Client or Volume; or it purges (deletes)\n" "all Jobs from a Client or Volume without regard\n" - "for retention periods. Normally you should use the\n" + "to retention periods. Normally you should use the\n" "PRUNE command, which respects retention periods.\n")); if (!open_db(ua)) { -- 2.39.2