From 06495388e1b2cba724962b7268861a88e73fda8d Mon Sep 17 00:00:00 2001
From: Alexander Foremny <aforemny@posteo.de>
Date: Wed, 27 Dec 2023 03:24:02 +0100
Subject: chore: fix typo

---
 app/Main.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'app')

diff --git a/app/Main.hs b/app/Main.hs
index 7720a80..186b69f 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -549,7 +549,7 @@ type ProbabilityMap = [(T.Text, G.Tag, Double)]
 
 -- TODO Consider words that contribute to NOT adding a tag
 --
--- If there is a document that should, say, not have a `@correspondant`, we should score words that contribute to that fact as well.
+-- If there is a document that should, say, not have a `@correspondent`, we should score words that contribute to that fact as well.
 --
 -- @topic probability-map
 probabilityMap :: [Document] -> ProbabilityMap
-- 
cgit v1.2.3