Ralfp 12 years ago
parent
commit
cf7179f268
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deployment/settings.py

+ 1 - 1
deployment/settings.py

@@ -30,7 +30,7 @@ DATABASES = {
 }
 
 # Cache engine
-# Misago is EXTREMLY data hungry
+# Misago is EXTREMELY data hungry
 # If you don't set any cache, it will BRUTALISE your database and memory
 # In production ALWAYS use cache
 CACHES = {}