Fix a typo in common.utils.__init__
corrsponsing -> corresponding Change-Id: I444f4a15ed8cdd5ca3999c0bbc7f7222df187fd4
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -3399,7 +3399,7 @@ def put_recon_cache_entry(cache_entry, key, item):
If ``item`` is an empty dict then any existing ``key`` in ``cache_entry``
will be deleted. Similarly if ``item`` is a dict and any of its values are
empty dicts then the corrsponsing key will be deleted from the nested dict
empty dicts then the corresponding key will be deleted from the nested dict
in ``cache_entry``.
We use nested recon cache entries when the object auditor
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.