diff --git a/uebung10/quiz.html b/uebung10/quiz.html
index 607c708..d536e69 100644
--- a/uebung10/quiz.html
+++ b/uebung10/quiz.html
@@ -129,7 +129,7 @@ function getQuestions() {
if (this.readyState === 4 && this.status === 200) {
console.log(JSON.parse(this.respnseText));
- questions = JSON.parse(this.responseText));
+ questions = JSON.parse(this.responseText);
//Wenn Inhalt geladen wurde
showQuestion();