diff --git a/doc/implementation_notes.md b/doc/implementation_notes.md
index 3b8e49d64eabcaacf2a81bd2d50ccff14217ebac..cbf76ee05541681e9c2d6b45923a1abe324be61d 100644
--- a/doc/implementation_notes.md
+++ b/doc/implementation_notes.md
@@ -64,7 +64,7 @@ to the filesystem. This ensures that every metadata is removed.
 XML attacks
 -----------
 
-Since our thread model conveniently excludes files crafted to specifically
+Since our threat model conveniently excludes files crafted to specifically
 bypass MAT2, fileformats containing harmful XML are out of our scope.
 But since MAT2 is using [etree](https://docs.python.org/3/library/xml.html#xml-vulnerabilities)
 to process XML, it's "only" vulnerable to DoS, and not memory corruption: