From 9b726a77380da06b2291f379dbc2c543b796d3ba Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philip.kaludercic@fau.de>
Date: Tue, 20 Jul 2021 11:40:38 +0200
Subject: [PATCH] Fix typo in probabilistic inference task definition

---
 bayesian.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bayesian.tex b/bayesian.tex
index 24a726b..8cf95e9 100644
--- a/bayesian.tex
+++ b/bayesian.tex
@@ -32,7 +32,7 @@
   $\mathbf{X}$ is a set of ``query variables'' and $\mathbf{E}$ is a
   set of ``evidence variables'' assigned by an
   \hyperref[def:event]{event} $\mathbf{e}$. The remaining variables
-  $\mathbf{Y}$ are refereed to as ``hidden''.
+  $\mathbf{Y}$ are referred to as ``hidden''.
 
   This problem can by solved using ``Inference by Enumeration'':
   \begin{enumerate}
-- 
GitLab