summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 4b02da10..c64a9a63 100644
--- a/txr.1
+++ b/txr.1
@@ -11667,7 +11667,7 @@ Description:
The group-by function produces a hash table from <sequence>, which is a
list or vector. Entries of the hash table are not elements of sequence,
-but lists of elements of <sequence>. The function <func> is applied toe
+but lists of elements of <sequence>. The function <func> is applied to
each element of <sequence> to compute a key. That key is used to determine
which list the item is added to in the hash table.