[Box Backup-commit] COMMIT r1057 - box/chris/general/bin/bbackupctl
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sun, 15 Oct 2006 20:27:14 +0100
Author: chris
Date: 2006-10-15 20:27:14 +0100 (Sun, 15 Oct 2006)
New Revision: 1057
Modified:
box/chris/general/bin/bbackupctl/bbackupctl.cpp
Log:
Comment grammar fix.
Modified: box/chris/general/bin/bbackupctl/bbackupctl.cpp
===================================================================
--- box/chris/general/bin/bbackupctl/bbackupctl.cpp 2006-10-15 19:27:03 UTC (rev 1056)
+++ box/chris/general/bin/bbackupctl/bbackupctl.cpp 2006-10-15 19:27:14 UTC (rev 1057)
@@ -250,8 +250,8 @@
case WaitForSyncStart:
case WaitForSyncEnd:
{
- // Check that it's not in non-automatic mode,
- // because then it'll never start
+ // Check that it's in automatic mode,
+ // because otherwise it'll never start
if(!autoBackup)
{