Skip to content

Commit d561e2a

Browse files
Merge pull request #51 from Danghor/master
Fix typos
2 parents cf86f47 + 8a6d7cb commit d561e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lecture-Notes/limits.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ \section{The Halting Problem}
187187
\end{Theorem}
188188

189189
\noindent
190-
\textbf{Proof}: In order to prove the undecidabilty of the halting problem we have to show that
190+
\textbf{Proof}: In order to prove the undecidability of the halting problem we have to show that
191191
there can be no function \texttt{stops} satisfying the specification given above. This calls for an
192192
indirect proof also known as \href{http://en.wikipedia.org/wiki/Indirect_proof}{\emph{proof by contradiction}}.
193193
We will therefore assume that a function \texttt{stops} solving the halting problem does
@@ -306,7 +306,7 @@ \section{The Halting Problem}
306306
\cite{turing:36}. Of course, Turing did not solve the problem for \textsc{SetlX} but rather
307307
for the so called
308308
\href{http://en.wikipedia.org/wiki/Indirect_proof}{\emph{Turing machines}}.
309-
A \emph{Turing maschine} can be interpreted as a formal description of an algorithm.
309+
A \emph{Turing machine} can be interpreted as a formal description of an algorithm.
310310
Therefore, Turing has shown, that there is no algorithm that is able to decide whether some given
311311
algorithm will always terminate.
312312
\vspace*{0.3cm}

0 commit comments

Comments
 (0)