diff --git a/Marius/uebung05/minimax_solution.pl b/Marius/uebung05/minimax_solution.pl
index 7a9f49c1289f2db626cb490fd13d81bd239815b5..137fdb1b7ce55927d36c7423e8319bdc292bf213 100644
--- a/Marius/uebung05/minimax_solution.pl
+++ b/Marius/uebung05/minimax_solution.pl
@@ -73,7 +73,7 @@ orespond(Board,Newboard) :-
 
 % minimax has to be calculated
 % this function computes the list of possible moves,
-% calculates the Utility value for each element in this list via minimap
+% calculates the Utility value for each element in this list via minimax
 % and returns the board with the largest one (by sorting a List of Tuples (Utility,Board))
 orespond(Board,Newboard) :-
   show_possiblemoves(Board,o,L),
diff --git a/Marius/uebung06/uebung06.pdf b/Marius/uebung06/uebung06.pdf
index e3beb9c7a6f122d913d715c746b497fe3bd0273a..ee14a1816d0fbc492e26fb59a7b215f5299a015b 100644
Binary files a/Marius/uebung06/uebung06.pdf and b/Marius/uebung06/uebung06.pdf differ