diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 14:53:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 14:56:20 +0200 |
commit | 72c2c91f21d14bd10089e8b53380fffd96e15c01 (patch) | |
tree | 1f4ca73f3d0dba551f4236174063c2f568cc256f /gnu/packages/networking.scm | |
parent | dc5e529e0661c6ba4edd1ba31711e1bd4b8a1cb0 (diff) | |
download | guix-72c2c91f21d14bd10089e8b53380fffd96e15c01.tar.gz guix-72c2c91f21d14bd10089e8b53380fffd96e15c01.zip |
gnu: iputils: Fix typo in description.
* gnu/packages/networking.scm (iputils)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 6f417b48d0..e6a9e69adf 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -781,7 +781,7 @@ intended as a substitute for the PPPStatus and EthStatus projects.") configuration, troubleshooting, or servers. Utilities included are: @itemize @bullet -@item @command{arping}: Ping hosts using the @dfn{Adress Resolution Protocol}. +@item @command{arping}: Ping hosts using the @dfn{Address Resolution Protocol}. @item @command{clockdiff}: Compute time difference between network hosts using ICMP TSTAMP messages. @item @command{ninfod}: Daemon that responds to IPv6 Node Information Queries. |