Skip to content

Commit 8203968

Browse files
committed
fix typo
Signed-off-by: Zen <[email protected]>
1 parent 23c5029 commit 8203968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ugrd/crypto/gpg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
__author__ = 'desultory'
2-
__version__ = '1.1.2'
2+
__version__ = '1.1.3'
33

44

55
def start_agent(self) -> str:
66
""" Start the GPG agent. """
77
args = (' ' + " ".join(self['gpg_agent_args'])) if self['gpg_agent_args'] else ""
8-
return f'einfo "Staring GPG agent: $(gpg-agent{args} 2>&1)"'
8+
return f'einfo "Starting GPG agent: $(gpg-agent{args} 2>&1)"'
99

0 commit comments

Comments
 (0)