diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-08-15 21:46:49 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-08-15 21:49:49 +0200 |
commit | 336e4d6195a194a1c24b725d2aa4fe54ccf863a4 (patch) | |
tree | fa28f3f888a083a26020c9270e540fb9ce90bbea /doc | |
parent | a1225ae86706b52c022b770cb7be1a00e1cec819 (diff) | |
download | guix-336e4d6195a194a1c24b725d2aa4fe54ccf863a4.tar guix-336e4d6195a194a1c24b725d2aa4fe54ccf863a4.tar.gz |
doc: Fix typo.
* doc/guix.texi (Preparing for Installation): Add missing 'to'.
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 1cc73eb933..e8eee5f3bb 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8625,7 +8625,7 @@ more information. @subsubsection Networking -Run the following command see what your network interfaces are called: +Run the following command to see what your network interfaces are called: @example ifconfig -a |