summaryrefslogtreecommitdiff
path: root/bin/bbackupctl/bbackupctl.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-08-08 23:54:33 +0000
committerChris Wilson <chris+github@qwirx.com>2006-08-08 23:54:33 +0000
commitdfcff7c33462820519c47ddc9773f68fffb07ec9 (patch)
treed6cb43fdaffd78fee5e1292ad62406d6efe5faf6 /bin/bbackupctl/bbackupctl.cpp
parent66795cd28013030795ea355415e0d6e620e2adfd (diff)
* bbackupctl.cpp
- Grammar fix in comments (cosmetic)
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)
{