diff --git a/content/abstract.tex b/content/abstract.tex index 0fc5b6f..c0a6c99 100644 --- a/content/abstract.tex +++ b/content/abstract.tex @@ -16,7 +16,7 @@ to it, discuss use-cases, architecture, the features of the framework and how developers can use it to create learning exercises. \begin{otherlanguage}{magyar} -\chapter*{Kivonat \hfill{\scriptsize (Abstract in hungarian language)}} +\chapter*{Kivonat \hfill{\scriptsize (Abstract in Hungarian language)}} Ez az írás egy olyan programozási keretrendszer tervezését és elkészítését taglalja, amivel interaktív oktatófeladatok készíthetőek, melyek Docker konténerekben futva, valós időben, diff --git a/content/architecture.tex b/content/architecture.tex index ab73a45..7171114 100644 --- a/content/architecture.tex +++ b/content/architecture.tex @@ -122,7 +122,7 @@ that seem to occur randomly.}, force you to write synchronous or asynchronous code, whereas common HTTP servers are either async% \footnote{Async servers use the \code{select} or \code{epoll} system calls among others -to avoid blocking on IO and handle concurrent requets.} or thread-per-connection% +to avoid blocking on IO and handle concurrent requests.} or thread-per-connection% \footnote{Thread-per-connection servers spawn multiple processes and threads to handle requests simultaneously.} in nature, which extorts certain design choices on code built on them%