From f8ffffc6c4798817e418e1d52dfa7a6fa7d89c2e Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <daniel.gerhardt@mni.thm.de>
Date: Tue, 12 Feb 2013 14:23:41 +0100
Subject: [PATCH] Fixed typo in comment.

---
 .../de/thm/arsnova/controller/QuestionByLecturerController.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/de/thm/arsnova/controller/QuestionByLecturerController.java b/src/main/java/de/thm/arsnova/controller/QuestionByLecturerController.java
index 2537a8ea8..007ff95af 100644
--- a/src/main/java/de/thm/arsnova/controller/QuestionByLecturerController.java
+++ b/src/main/java/de/thm/arsnova/controller/QuestionByLecturerController.java
@@ -96,7 +96,7 @@ public class QuestionByLecturerController extends AbstractController {
 	) {
 		response.setStatus(HttpStatus.NO_CONTENT.value());
 		
-		/* TODO: Not yet implemented! The following code ist copy and pasted from postQuestion */
+		/* TODO: Not yet implemented! The following code has been copy-and-pasted from postQuestion */
 		/*
 		if (!sessionkey.equals(question.getSession())) {
 			response.setStatus(HttpStatus.PRECONDITION_FAILED.value());
-- 
GitLab