]> git.sur5r.net Git - bacula/bacula/commitdiff
fix typo
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 1 Aug 2010 20:24:21 +0000 (22:24 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 18:56:03 +0000 (20:56 +0200)
bacula/src/dird/ua_prune.c

index f5cc61fab96232059699ffc4bb496ffb4b5ee77e..c3883828c3390d6a463904124b9ed346bca45700 100644 (file)
@@ -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 "