aboutsummaryrefslogtreecommitdiffstats
path: root/dlu.1
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 15:05:10 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 15:05:10 +0100
commit1d94cfcf04b8d4ce97fdd738e085911713dbe494 (patch)
treeb299019ec58e49f6d048e99f15709f27d7de14ed /dlu.1
parentUpdate e-mail (diff)
downloaddlu-1d94cfcf04b8d4ce97fdd738e085911713dbe494.tar.gz
dlu-1d94cfcf04b8d4ce97fdd738e085911713dbe494.tar.bz2
dlu-1d94cfcf04b8d4ce97fdd738e085911713dbe494.tar.xz
m fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'dlu.1')
-rw-r--r--dlu.14
1 files changed, 2 insertions, 2 deletions
diff --git a/dlu.1 b/dlu.1
index 23ca185..ab4d5bd 100644
--- a/dlu.1
+++ b/dlu.1
@@ -23,7 +23,7 @@ a Python 3 file which defines the functions:
Returns a list of all dictionaries.
.TP
.BR load_dictionary "(\fIdictionary\fP : str) -> bool"
-Sets the fuction
+Sets the function
.BR get ()
or a variable that
.BR get ()
@@ -55,7 +55,7 @@ Modifies and returns a
so that it can be used to compare against known words
in the dictionary.
-The default implemention of this function covers the
+The default implementation of this function converts the
.I word
to lower case using Python's string class's
.BR lower ()