summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-08-09 18:17:36 +0000
committerChris Wilson <chris+github@qwirx.com>2006-08-09 18:17:36 +0000
commit1c113f8281baadb593f818f4f12b33c50156d735 (patch)
treec2fdffcc61d603e6859b1415739780f141e7501c /bin
parent275ac0cf61a56b87cabe4441d9a54445e542a041 (diff)
* bbackupd/BackupDaemon.cpp
- Cosmetic spelling and formatting fixes
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupd/BackupDaemon.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/bbackupd/BackupDaemon.cpp b/bin/bbackupd/BackupDaemon.cpp
index 7ba683b0..35e5b7b4 100644
--- a/bin/bbackupd/BackupDaemon.cpp
+++ b/bin/bbackupd/BackupDaemon.cpp
@@ -965,7 +965,7 @@ void BackupDaemon::WaitOnCommandSocket(box_time_t RequiredDelay, bool &DoSyncFla
{
#ifdef PLATFORM_CANNOT_FIND_PEER_UID_OF_UNIX_SOCKET
bool uidOK = true;
- ::syslog(LOG_WARNING, "On this platform, no security check can be made on the credientials of peers connecting to the command socket. (bbackupctl)");
+ ::syslog(LOG_WARNING, "On this platform, no security check can be made on the credentials of peers connecting to the command socket. (bbackupctl)");
#else
// Security check -- does the process connecting to this socket have
// the same UID as this process?
@@ -1149,8 +1149,8 @@ void BackupDaemon::CloseCommandConnection()
// --------------------------------------------------------------------------
void BackupDaemon::SendSyncStartOrFinish(bool SendStart)
{
- // The bbackupctl program can't rely on a state change, because it may never
- // change if the server doesn't need to be contacted.
+ // The bbackupctl program can't rely on a state change, because it
+ // may never change if the server doesn't need to be contacted.
#ifdef __MINGW32__
#warning race condition: what happens if socket is closed?