]> git.sur5r.net Git - bacula/bacula/commitdiff
Add migration jobs to TODO and fix a spelling error in a comment in prerestore.cpp.
authorDirk H Bartley <dbartley@schupan.com>
Tue, 10 Jul 2007 02:17:21 +0000 (02:17 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Tue, 10 Jul 2007 02:17:21 +0000 (02:17 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5139 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/TODO
bacula/src/qt-console/restore/prerestore.cpp

index 7ba0c738b38b6f624ab37c6af72adf9921701885..aa2ab983ae3c1e6d6beede00b0bd0fcf718f04e6 100644 (file)
@@ -54,6 +54,8 @@ Is there a way to identify a slot as having a cleaning tape???
     the DIR (not currently available to bat). Typically it is CLNxxx
     and by looking at the database, you can see these cleaning
     volumes.
+
+Migration Jobs??
 ===========================================================
 NOT SURE
 ===========================================================
index 9e9f3e20c9448156fe8c9eabaea8d1a2a5e296d2..0d9b5aeb40fbe82710778ecba7e6fa6ad931702a 100644 (file)
@@ -279,7 +279,7 @@ bool prerestorePage::checkJobIdList()
       bool intok;
       job.toInt(&intok, 10);
       if (intok) {
-         /* are the intergers representing a list of jobs all with the same job
+         /* are the integers representing a list of jobs all with the same job
           * and client */
          QStringList fields;
          if (jobdefsFromJob(fields, job) == 1) {