Fix a typo in common.utils.__init__

corrsponsing -> corresponding
Change-Id: I444f4a15ed8cdd5ca3999c0bbc7f7222df187fd4
This commit is contained in:
kim woo seok
2023年09月16日 18:25:44 +09:00
parent e2dca71503
commit 0ffc7cab86

View File

@@ -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
openstack/swift
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.

The note is not visible to the blocked user.