<para>Takes a boolean or one of <literal>static</literal>, <literal>dynamic-on-stop</literal>, and
<literal>dynamic</literal>. When <literal>static</literal>, <command>systemd-networkd</command>
will not drop statically configured addresses and routes on starting up process. When
- <literal>dynamic-on-stop</literal>, the dynamically configurad addresses and routes, such as
+ <literal>dynamic-on-stop</literal>, the dynamically configured addresses and routes, such as
DHCPv4, DHCPv6, SLAAC, and IPv4 link-local address, will not be dropped when
<command>systemd-networkd</command> is being stopped. When <literal>dynamic</literal>, the
dynamically configured addresses and routes will never be dropped, and the lifetime of DHCPv4
continue;
} else if (address->source != NETWORK_CONFIG_SOURCE_STATIC)
- continue; /* Ignore dynamically configurad addresses. */
+ continue; /* Ignore dynamically configured addresses. */
address_mark(address);
}