Merge "Fix typo in parameter description"

This commit is contained in:
Zuul 2024-09-23 15:07:30 +00:00 committed by Gerrit Code Review
commit c84aee5608

View File

@ -171,7 +171,7 @@ pxe_filter_opts = [
cfg.IntOpt('sync_period',
default=45, mutable=True,
help=_("Period (in seconds) between synchronizing the state "
"if dnsmasq with the database.")),
"of dnsmasq with the database.")),
]