Unverified Commit 73f9f027 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/dhcpcd: fix typo in documentation (#395697)

parents ab2d1c90 b25b9e65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ in
        (IPv4 or IPv6) to be assigned. If set to "both", dhcpcd will wait for
        both an IPv4 and an IPv6 address before forking.
        The option "if-carrier-up" is equivalent to "any" if either ethernet
        is plugged nor WiFi is powered, and to "background" otherwise.
        is plugged or WiFi is powered, and to "background" otherwise.
      '';
    };