Skip to content

Commit

Permalink
correct typo in the backup_service_period help message
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiscaer authored Nov 14, 2023
1 parent 8f35fed commit 9812442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staffeln/conf/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9812442

Please sign in to comment.