Renamed namespaces to all lowercase
[supertux.git] / src / scripting / wind.cpp
index e44b92e..32d8d5a 100644 (file)
@@ -19,7 +19,7 @@
 
 #define NOIMPL      log_fatal << __PRETTY_FUNCTION__ << " not implemented."
 
-namespace Scripting {
+namespace scripting {
 
 Wind::Wind(::Wind* wind)
   : wind(wind)