From 2c798c86ac1ce8a4c4caa991974dc1c6db649348 Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Tue, 3 Oct 2023 12:31:58 +0300 Subject: [PATCH] Spelling --- src/charm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charm.py b/src/charm.py index af41352a14..60c4ecdd9d 100755 --- a/src/charm.py +++ b/src/charm.py @@ -238,7 +238,7 @@ def _juju_secret_set(self, scope: str, key: str, value: str) -> str: secret = self.secrets[scope].get(SECRET_LABEL) - # It's not the first secret for the scope, we can re-use the existing one + # It's not the first secret for the scope, we can reuse the existing one # that was fetched in the previous call if secret: secret_cache = self.secrets[scope][SECRET_CACHE_LABEL]