]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix warning typo pointed out by Phil Stracchino
authorKern Sibbald <kern@sibbald.com>
Thu, 17 Sep 2009 20:05:53 +0000 (22:05 +0200)
committerKern Sibbald <kern@sibbald.com>
Thu, 17 Sep 2009 20:05:53 +0000 (22:05 +0200)
bacula/src/dird/ua_purge.c

index ec09f36cdd7ddb4769833cc9c91d28257e15390c..e4cb4288560495a42e71f822bcdeab2d8bdbc807 100644 (file)
@@ -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)) {