Renamed namespaces to all lowercase
[supertux.git] / src / scripting / squirrel_error.cpp
index 672ca25..f839641 100644 (file)
@@ -17,7 +17,7 @@
 #include "scripting/squirrel_error.hpp"
 #include <sstream>
 
-namespace Scripting {
+namespace scripting {
 
 SquirrelError::SquirrelError(HSQUIRRELVM v, const std::string& message) throw() :
   message()