commit | 9812442b4abf4370530f40d1aa1bc8bf27a6c0b9 | [log] [tgz] |
---|---|---|
author | Michiel Piscaer <michiel@piscaer.com> | Tue Nov 14 08:52:07 2023 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 14 08:52:07 2023 +0100 |
tree | a917745b026c303f1ee571d156fa06ad0e74d4ff | |
parent | 8f35fed8c39eca5752f059be75cedae41e8283c9 [diff] |
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",