]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man,network: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 23 Apr 2025 04:42:09 +0000 (13:42 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 23 Apr 2025 04:42:12 +0000 (13:42 +0900)
Follow-up for a06e88426444ac50fde712e426ec9a4234ae5576.

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

index d77ce61160499d805e91037d9f8503a32978a2af..f6f91fb45881dc2926e940a8fe081e2770812912 100644 (file)
@@ -1443,7 +1443,7 @@ DuplicateAddressDetection=none</programlisting></para>
           <literal>ipv4</literal> for IPv4 link-local addresses (169.254.0.0/16), <literal>ipv6</literal>
           for IPv6 addresses, and <literal>none</literal> otherwise.</para>
 
-          <para>When enabled, regradless implicitly or not, <varname>ARP=</varname> is enabled unless it is
+          <para>When enabled, regardless implicitly or not, <varname>ARP=</varname> is enabled unless it is
           explicitly configured.</para>
 
           <xi:include href="version-info.xml" xpointer="v232"/>
index d4606533a7d241b0926fdce9876f4a592ff84e43..857f1019784337a305f7c1d09f8474b74be86f87 100644 (file)
@@ -196,7 +196,7 @@ static int link_get_arp(Link *link) {
         if (link_ipv4acd_enabled(link))
                 return true;
 
-        /* Similary, enable ARP when IPv4LL is enabled. */
+        /* Similarly, enable ARP when IPv4LL is enabled. */
         if (link_ipv4ll_enabled(link))
                 return true;