From 4a907bd27552aa4e65b36a0c86f675706463a658 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 16 Jul 2009 20:37:36 +0000 Subject: [PATCH] Tweak typos git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9040 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/console/console.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); */ -- 2.39.5