]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/restore/prerestore.cpp
Clean up a bit. Randomize the name of the table.
[bacula/bacula] / bacula / src / qt-console / restore / prerestore.cpp
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) {