From: Eric Bollengier Date: Sun, 1 Aug 2010 20:24:21 +0000 (+0200) Subject: fix typo X-Git-Tag: Release-7.0.0~1643 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b67c17e9ee8aa738051cb7655e05853f6dba9ce0;p=bacula%2Fbacula fix typo --- diff --git a/bacula/src/dird/ua_prune.c b/bacula/src/dird/ua_prune.c index f5cc61fab9..c3883828c3 100644 --- a/bacula/src/dird/ua_prune.c +++ b/bacula/src/dird/ua_prune.c @@ -445,7 +445,7 @@ int prune_jobs(UAContext *ua, CLIENT *client, POOL *pool, int JobType) /* * Select all files that are older than the JobRetention period - * and stuff them into the "DeletionCandidates" table. + * and add them into the "DeletionCandidates" table. */ Mmsg(query, "INSERT INTO DelCandidates "