Renamed namespaces to all lowercase
[supertux.git] / src / scripting / time_scheduler.cpp
index 3b484f6..b210371 100644 (file)
@@ -20,7 +20,7 @@
 #include "scripting/time_scheduler.hpp"
 #include "util/log.hpp"
 
-namespace Scripting {
+namespace scripting {
 
 TimeScheduler* TimeScheduler::instance = NULL;