diff options
author | Mark H Weaver <mhw@netris.org> | 2016-03-26 13:11:54 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-03-26 13:15:11 -0400 |
commit | 641d05188d1a112ae33893ed916939874f786e16 (patch) | |
tree | 067fbfaa7869f026ff1021fd74f60be78789dd72 /doc | |
parent | 7c776ddcc09f1aa07aa708beaa8de9016aa0718b (diff) | |
download | guix-641d05188d1a112ae33893ed916939874f786e16.tar guix-641d05188d1a112ae33893ed916939874f786e16.tar.gz |
doc: Fix typo: "wpa_supplication" --> "wpa_supplicant".
* doc/guix.texi (Preparing for Installation): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 008a5cf714..04b2ace1d4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5929,7 +5929,7 @@ network interface you want to use): wpa_supplicant -c wpa_supplicant.conf -i @var{interface} -B @end example -Run @command{man wpa_supplication} for more information. +Run @command{man wpa_supplicant} for more information. @end table At this point, you need to acquire an IP address. On a network where IP |