From: Dirk H Bartley Date: Tue, 10 Jul 2007 02:17:21 +0000 (+0000) Subject: Add migration jobs to TODO and fix a spelling error in a comment in prerestore.cpp. X-Git-Tag: Release-7.0.0~6033 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=82f64d82c4c1aa1a649b5fa012016df4e3586f65;p=bacula%2Fbacula Add migration jobs to TODO and fix a spelling error in a comment in prerestore.cpp. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5139 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/TODO b/bacula/src/qt-console/TODO index 7ba0c738b3..aa2ab983ae 100644 --- a/bacula/src/qt-console/TODO +++ b/bacula/src/qt-console/TODO @@ -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 =========================================================== diff --git a/bacula/src/qt-console/restore/prerestore.cpp b/bacula/src/qt-console/restore/prerestore.cpp index 9e9f3e20c9..0d9b5aeb40 100644 --- a/bacula/src/qt-console/restore/prerestore.cpp +++ b/bacula/src/qt-console/restore/prerestore.cpp @@ -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) {