summaryrefslogtreecommitdiff
path: root/lisp/net
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-14 17:33:46 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-16 10:07:38 +0200
commit10b69198708105655c49b62ac7d6185abb7e02a7 (patch)
tree469d81780257d288f57612615806b70c442463e7 /lisp/net
parentdb259d8fd369e6036df782d5fe51723a68220074 (diff)
downloademacs-10b69198708105655c49b62ac7d6185abb7e02a7.tar.gz
emacs-10b69198708105655c49b62ac7d6185abb7e02a7.tar.bz2
emacs-10b69198708105655c49b62ac7d6185abb7e02a7.zip
; Fix typos
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/dictionary.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el
index e0824f39716..2aed4273b04 100644
--- a/lisp/net/dictionary.el
+++ b/lisp/net/dictionary.el
@@ -119,7 +119,7 @@ one dictionary yields matches."
"exact"
"The default strategy for listing matching words within a popup window.
-The following algorithm (defined by the dictd server) are supported
+The following algorithms (defined by the dictd server) are supported
by the choice value:
- Exact match
@@ -130,7 +130,7 @@ by the choice value:
The found word sounds similar to the searched word. For this match type
the soundex algorithm defined by Donald E. Knuth is used. It will only
- works with english words and the algorithm is not very reliable (i.e.,
+ work with English words and the algorithm is not very reliable (i.e.,
the soundex algorithm is quite simple).
- Levenshtein distance one