summaryrefslogtreecommitdiff
path: root/bin/bbackupctl/bbackupctl.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-10-14 13:51:29 +0000
committerChris Wilson <chris+github@qwirx.com>2006-10-14 13:51:29 +0000
commit1470933433d676912c311868d0333497f5aa8436 (patch)
tree23c91d2ea5ba5b6e00c853bdff67cd222f7c6768 /bin/bbackupctl/bbackupctl.cpp
parentf6eaf494f8df247a85f773a7d94a6a77ff793ba7 (diff)
* Oops, wrong direction. Undo last change.
Diffstat (limited to 'bin/bbackupctl/bbackupctl.cpp')
-rw-r--r--bin/bbackupctl/bbackupctl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bbackupctl/bbackupctl.cpp b/bin/bbackupctl/bbackupctl.cpp
index 6f7c55f7..4a5ee5a9 100644
--- a/bin/bbackupctl/bbackupctl.cpp
+++ b/bin/bbackupctl/bbackupctl.cpp
@@ -250,8 +250,8 @@ int main(int argc, const char *argv[])
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)
{