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