diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-20 22:01:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-21 00:31:15 +0200 |
commit | b864ddb6905a1c4e3a88a6e8214b58f42ff5bf19 (patch) | |
tree | e56f37c4d723bf6fd1ad77cd401de5a9988de157 /gnu | |
parent | 5e17ae7fbd38917264627701b73e7f38061402f0 (diff) | |
download | guix-b864ddb6905a1c4e3a88a6e8214b58f42ff5bf19.tar.gz guix-b864ddb6905a1c4e3a88a6e8214b58f42ff5bf19.zip |
services: dicod: Reduce irony.
* gnu/services/dict.scm (dicod-service): Fix docstring typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/services/dict.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/dict.scm b/gnu/services/dict.scm index 519ed3eca2..a97ad8f608 100644 --- a/gnu/services/dict.scm +++ b/gnu/services/dict.scm @@ -187,7 +187,7 @@ of DICT server (@pxref{Dicod,,, dico, GNU Dico Manual}). The optional @var{config} argument specifies the configuration for @command{dicod}, which should be a @code{<dicod-configuration>} object, by -default it serves the GNU Collaborative International Dictonary of English. +default it serves the GNU Collaborative International Dictionary of English. You can add @command{open localhost} to your @file{~/.dico} file to make @code{localhost} the default server for @command{dico} |