]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo in comment
authorKern Sibbald <kern@sibbald.com>
Mon, 27 Oct 2008 14:44:47 +0000 (14:44 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 27 Oct 2008 14:44:47 +0000 (14:44 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7913 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/migrate.c

index 9af044f3404f93d3a564f6e662eca0da86515049..b6ea75f76f8ef533a0fd9ed7912113e94fb26e9f 100644 (file)
@@ -187,7 +187,7 @@ bool do_migration_init(JCR *jcr)
 
    jcr->spool_data = job->spool_data;     /* turn on spooling if requested in job */ 
 
-   /* Create a migation jcr */
+   /* Create a migration jcr */
    mig_jcr = jcr->mig_jcr = new_jcr(sizeof(JCR), dird_free_jcr);
    memcpy(&mig_jcr->previous_jr, &jcr->previous_jr, sizeof(mig_jcr->previous_jr));