diff --git a/superset/config.py b/superset/config.py index 8011128b2..e5bfd77d9 100644 --- a/superset/config.py +++ b/superset/config.py @@ -459,7 +459,7 @@ SMTP_MAIL_FROM = 'superset@superset.com' if not CACHE_DEFAULT_TIMEOUT: CACHE_DEFAULT_TIMEOUT = CACHE_CONFIG.get('CACHE_DEFAULT_TIMEOUT') -# Whether to bump the logging level to ERRROR on the flask_appbiulder package +# Whether to bump the logging level to ERROR on the flask_appbuilder package # Set to False if/when debugging FAB related issues like # permission management SILENCE_FAB = True