]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: Typo fix configur*a*d
authorDr. David Alan Gilbert <dave@treblig.org>
Sat, 8 Nov 2025 01:49:10 +0000 (01:49 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 10 Nov 2025 01:58:11 +0000 (10:58 +0900)
configurad->configured

man/systemd.network.xml
src/network/networkd-address.c

index 2d22efd6357a83bd27f5db98e06afe29462bb6c2..4710c7fe7fd5105d765ddf431df0429c58ce67a5 100644 (file)
@@ -1344,7 +1344,7 @@ DuplicateAddressDetection=none</programlisting></para>
           <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
index 131a84aa72ffe72c9f42ebba461d20e74667ef73..e608810675378c66754bd9a495cd1fdd0e88a82e 100644 (file)
@@ -1453,7 +1453,7 @@ int link_drop_unmanaged_addresses(Link *link) {
                                 continue;
 
                 } else if (address->source != NETWORK_CONFIG_SOURCE_STATIC)
-                        continue; /* Ignore dynamically configurad addresses. */
+                        continue; /* Ignore dynamically configured addresses. */
 
                 address_mark(address);
         }