]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Fri, 17 Aug 2007 11:55:05 +0000 (11:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 17 Aug 2007 11:55:05 +0000 (11:55 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5371 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/jobgraphs/jobplot.cpp
bacula/src/qt-console/jobgraphs/jobplot.h

index 31d5521ed22b0bfa5d74db04f82f3516a2352f88..4dc0189a85fb39deadf49da73e680a604771e9af 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -117,7 +117,7 @@ void JobPlot::currentStackItem()
 }
 
 /*
- * Slot for the refrehs push button, also called from constructor.
+ * Slot for the refresh push button, also called from constructor.
  */
 void JobPlot::reGraph()
 {
index d733add32ad6cff28c0bef2d244dceb42ee9de84..423bf57acd3c1364bca86ebbe8fd7d891f3453b7 100644 (file)
@@ -3,7 +3,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -83,7 +83,7 @@ public:
 };
 
 /*
- *Class to Change the display of the time scale to display dates.
+ * Class to Change the display of the time scale to display dates.
  */
 class DateTimeScaleDraw : public QwtScaleDraw
 {