You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2022/04/08 04:02:32 UTC

[superset] branch master updated: Fix spelling: following (#19594)

This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 8da2c9b96a Fix spelling: following (#19594)
8da2c9b96a is described below

commit 8da2c9b96aa832c26019fe713afb70b1fa27d24c
Author: Zimo Li <71...@users.noreply.github.com>
AuthorDate: Fri Apr 8 00:02:22 2022 -0400

    Fix spelling: following (#19594)
---
 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 c67644f308..3f071b1543 100644
--- a/superset/utils/cache_manager.py
+++ b/superset/utils/cache_manager.py
@@ -44,7 +44,7 @@ class CacheManager:
             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,