- commit
- 42fd97030bd16adbdde270e4c7b95a484962e976
- parent
- 16c6441b4b8cd41eb578f493b2f2220e32601793
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-04-21 21:12
typo
Diffstat
| M | xikeyring/keyring.py | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/xikeyring/keyring.py b/xikeyring/keyring.py
@@ -133,7 +133,7 @@ class Keyring: 133 133 fh.write(encrypted) 134 134 135 135 def confirm_access(self, exe: str) -> None:136 -1 if not self.prompt.confirm(f'Allow {exe} to access a secret from yout keyring?'):-1 136 if not self.prompt.confirm(f'Allow {exe} to access a secret from your keyring?'): 137 137 raise AccessDeniedError 138 138 139 139 def confirm_change(self, exe: str) -> None: