From: Eric Bollengier Date: Sun, 1 Aug 2010 20:24:21 +0000 (+0200) Subject: fix typo X-Git-Tag: Release-5.2.1~1178 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6a38f1868f62f9e3f5770ac6c37f1e7584c74b11;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 "