aboutsummaryrefslogtreecommitdiffstats
path: root/dlu.1
diff options
context:
space:
mode:
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 ()