diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-12-01 15:48:09 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-12-01 23:56:22 +0100 |
commit | a52461ded1b3ab46f13e0501bf8d37e0a7ce269f (patch) | |
tree | df724ee440bb9065437e4b0b23a9a563604b0bc7 /doc/guix.texi | |
parent | a0e813725ee73f3638078fb99c003e7abe92a5be (diff) | |
download | guix-a52461ded1b3ab46f13e0501bf8d37e0a7ce269f.tar guix-a52461ded1b3ab46f13e0501bf8d37e0a7ce269f.tar.gz |
doc: Fix typo.
* doc/guix.texi (Networking Services): Fix double `the`.
Diffstat (limited to 'doc/guix.texi')
-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 fff5dfe0bf..250fab1060 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -12040,7 +12040,7 @@ objects}). @cindex NTP (Network Time Protocol), service @cindex real time clock @defvr {Scheme Variable} ntp-service-type -This is the type of the service running the the @uref{http://www.ntp.org, +This is the type of the service running the @uref{http://www.ntp.org, Network Time Protocol (NTP)} daemon, @command{ntpd}. The daemon will keep the system clock synchronized with that of the specified NTP servers. |