Fix typo in parameter description

Trivial-Fix

Change-Id: I3334823fbb614192771a77d3123aa9cf2546e5a1
This commit is contained in:
Takashi Kajinami 2024-09-21 23:09:56 +09:00
parent d41a1c6f72
commit c53ed07155

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.")),
]