]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak typos
authorKern Sibbald <kern@sibbald.com>
Thu, 16 Jul 2009 20:37:36 +0000 (20:37 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 16 Jul 2009 20:37:36 +0000 (20:37 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9040 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/console/console.cpp

index d84feb4a13c34dc70f3fc1bf9de32213a5475044..8b2bf80b5e3bec1257243d56f843e1711ec4b309 100644 (file)
@@ -143,7 +143,7 @@ void Console::populateLists(bool forcenew)
          return;
       }
    } else {
-      if(!availableDirComm(conn)) {
+      if (!availableDirComm(conn)) {
          Pmsg1(000, "availableDirComm Seems to Failed to find a connection for populateListsi %s\n", m_dir->name());
          return;
       }
@@ -639,11 +639,11 @@ void Console::discardToPrompt(int conn)
 /*
  * When the notifier is enabled, read_dir() will automatically be
  * called by the Qt event loop when ever there is any output 
- * from the Directory, and read_dir() will then display it on
+ * from the Director, and read_dir() will then display it on
  * the console.
  *
  * When we are in a bat dialog, we want to control *all* output
- * from the Directory, so we set notify to off.
+ * from the Director, so we set notify to off.
  *    m_console->notifiy(false);
  */