From cbc1019fecf75b3e3ddcb1b9c6ac65765f041350 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Sat, 2 Dec 2023 19:24:51 +0100 Subject: [PATCH] Fix typo --- src/fundamentals-of-ai-and-kr/module2/main.tex | 2 +- .../module2/sections/{_ontoligies.tex => _ontologies.tex} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/fundamentals-of-ai-and-kr/module2/sections/{_ontoligies.tex => _ontologies.tex} (100%) diff --git a/src/fundamentals-of-ai-and-kr/module2/main.tex b/src/fundamentals-of-ai-and-kr/module2/main.tex index 9dc2750..132142b 100644 --- a/src/fundamentals-of-ai-and-kr/module2/main.tex +++ b/src/fundamentals-of-ai-and-kr/module2/main.tex @@ -7,7 +7,7 @@ \makenotesfront \input{sections/_logic.tex} - \input{sections/_ontoligies.tex} + \input{sections/_ontologies.tex} \input{sections/_descriptive_logic.tex} \end{document} \ No newline at end of file diff --git a/src/fundamentals-of-ai-and-kr/module2/sections/_ontoligies.tex b/src/fundamentals-of-ai-and-kr/module2/sections/_ontologies.tex similarity index 100% rename from src/fundamentals-of-ai-and-kr/module2/sections/_ontoligies.tex rename to src/fundamentals-of-ai-and-kr/module2/sections/_ontologies.tex