diff --git a/src/kode/Tournament.h b/src/kode/Tournament.h
index 7c333da061062d58c1cc185fe6c2856481e958d4..11b6921f335330f9acc6ebb86ccee8b0dcecf34c 100644
--- a/src/kode/Tournament.h
+++ b/src/kode/Tournament.h
@@ -35,7 +35,7 @@ class Tournament
         virtual void printTables(); //Calls createMatchups and prints the tables
         virtual void createMatchups();//Figures out who should play against each other
         bool canStartRound();//Controls that the amount of tables and players correspond
-        void writeToFileTournament(ofstream &out); //-
+        void writeToFileTournaments(ofstream &out); //-
         void readFromFileTournaments(ifstream &in); //-
 
 };