From: Kern Sibbald Date: Thu, 16 Jul 2009 20:37:36 +0000 (+0000) Subject: Tweak typos X-Git-Tag: Release-7.0.0~2829 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=078c3f9f5be6af5e8d8fb0d13e571b2095834fa6;p=bacula%2Fbacula Tweak typos git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9040 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/console/console.cpp b/bacula/src/qt-console/console/console.cpp index d84feb4a13..8b2bf80b5e 100644 --- a/bacula/src/qt-console/console/console.cpp +++ b/bacula/src/qt-console/console/console.cpp @@ -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); */