diff --git a/doc/Glossary-Concise.txt b/doc/Glossary-Concise.txt
index ad8caac..2dd9313 100644
--- a/doc/Glossary-Concise.txt
+++ b/doc/Glossary-Concise.txt
@@ -341,7 +341,7 @@ b:store-next D: na-a A: - F: -
Store a value into the specified address and return the next address.
b:to-byte-address D: a-a A: - F: -
-Tronslate a physical address to a byte address.
+Translate a physical address to a byte address.
banner D: - A: - F: -
Display a welcome message on startup.
diff --git a/doc/Glossary.html b/doc/Glossary.html
index 734db80..1cac597 100644
--- a/doc/Glossary.html
+++ b/doc/Glossary.html
@@ -848,7 +848,7 @@
Addr: -
Float: -
Tronslate a physical address to a byte address.
+Translate a physical address to a byte address.
Class: | class:word |
Namespace: | global |
Interface Layer: | all |
Data: -
diff --git a/doc/Glossary.txt b/doc/Glossary.txt
index 6c42e44..b078541 100644
--- a/doc/Glossary.txt
+++ b/doc/Glossary.txt
@@ -1316,7 +1316,7 @@ b:to-byte-address
Addr: -
Float: -
-Tronslate a physical address to a byte address.
+Translate a physical address to a byte address.
Class: class:word | Namespace: global | Interface Layer: all
------------------------------------------------------------------------
diff --git a/doc/words.tsv b/doc/words.tsv
index 76bea74..70afb7c 100644
--- a/doc/words.tsv
+++ b/doc/words.tsv
@@ -112,7 +112,7 @@ b:fetch a-n - - Fetch the 8-bit value stored at the specified address. Addressin
b:fetch-next a-an - - Fetch the value stored at the specified address. Returns the next address and the value. class:word {n/a} {n/a} b all
b:store na- - - Store an 8-bit value into the specified address. Addressing for this is in 8-bit units. class:word {n/a} {n/a} global all
b:store-next na-a - - Store a value into the specified address and return the next address. class:word {n/a} {n/a} b all
-b:to-byte-address a-a - - Tronslate a physical address to a byte address. class:word {n/a} {n/a} global all
+b:to-byte-address a-a - - Translate a physical address to a byte address. class:word {n/a} {n/a} global all
banner - - - Display a welcome message on startup. class:word {n/a} {n/a} global rre {n/a}
bi xqq-? - - Execute q1 against x, then execute q2 against a copy of x. class:word #100 [ #10 * ] [ #10 - ] bi {n/a} global all
bi* xyqq-? - - Execute q1 against x and q2 against y. class:word #10 #20 [ #2 * ] [ #10 / ] bi* {n/a} global all