From 3b0e8a71f362a28e688e3b89cb88e3524f625bff Mon Sep 17 00:00:00 2001 From: Zimo Li <7163127+lzm0@users.noreply.github.com> Date: Thu, 7 Apr 2022 12:19:15 -0400 Subject: [PATCH] Fix spelling: following --- superset/utils/cache_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/utils/cache_manager.py b/superset/utils/cache_manager.py index c67644f308b1f..3f071b15435b6 100644 --- a/superset/utils/cache_manager.py +++ b/superset/utils/cache_manager.py @@ -44,7 +44,7 @@ def _init_cache( if cache_type is None and not app.debug: logger.warning( "Falling back to the built-in cache, that stores data in the " - "metadata database, for the followinng cache: `%s`. " + "metadata database, for the following cache: `%s`. " "It is recommended to use `RedisCache`, `MemcachedCache` or " "another dedicated caching backend for production deployments", cache_config_key,