From b67c17e9ee8aa738051cb7655e05853f6dba9ce0 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 1 Aug 2010 22:24:21 +0200 Subject: [PATCH] fix typo --- bacula/src/dird/ua_prune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -- 2.39.5