commit | 6a6871149398c0ca0a63ae8a83238305aa51fb30 | [log] [tgz] |
---|---|---|
author | Rico Lin <rlin@vexxhost.com> | Fri Jan 26 15:14:23 2024 +0800 |
committer | GitHub <noreply@github.com> | Fri Jan 26 15:14:23 2024 +0800 |
tree | 893a72c0f8caa1af117f1cd0f0fc83fa6450673b | |
parent | e3c637f1026ed1b1cd2dfd74e5a2d8f00461844d [diff] | |
parent | 9812442b4abf4370530f40d1aa1bc8bf27a6c0b9 [diff] |
Merge pull request #120 from mpiscaer/patch-1 correct typo in the backup_service_period help message
diff --git a/staffeln/conf/conductor.py b/staffeln/conf/conductor.py index ff39f13..ab8e258 100755 --- a/staffeln/conf/conductor.py +++ b/staffeln/conf/conductor.py
@@ -21,7 +21,7 @@ "backup_service_period", default=1800, min=60, - help=_("The time of bakup period, the unit is one second."), + help=_("The time of backup period, the unit is one second."), ), cfg.IntOpt( "backup_min_interval",