From: Kern Sibbald Date: Thu, 17 Sep 2009 20:05:53 +0000 (+0200) Subject: Fix warning typo pointed out by Phil Stracchino X-Git-Tag: Release-5.0.0~300^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ee426b7c29ba392962b18207d37f341c8dc693a4;hp=9998c895c627a42ae71a4b5afe2e46a85c6145cc;p=bacula%2Fbacula Fix warning typo pointed out by Phil Stracchino --- 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)) {