]> git.sur5r.net Git - bacula/bacula/commitdiff
Correct typo
authorKern Sibbald <kern@sibbald.com>
Sat, 14 Apr 2007 15:20:29 +0000 (15:20 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 14 Apr 2007 15:20:29 +0000 (15:20 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4548 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/mainwin.cpp

index 0a509c44c678c35ec56b5095c61b1cb3f99d1b55..3d0d5f480b391fadab9235760ac581c3e39119bb 100644 (file)
@@ -87,7 +87,7 @@ void MainWin::createPages()
    hashInsert(item, m_console);
 
    /* Set Color of treeWidgetItem for the console
-   * It will be set to gree in the console class if the connection is made.
+   * It will be set to green in the console class if the connection is made.
    */
    QBrush redBrush(Qt::red);
    item->setForeground(0, redBrush);