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
1 changed files with 1 additions and 1 deletions

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