diff options
author | Daniel Kahn Gillmor <[email protected]> | 2019-06-24 00:17:05 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2019-06-24 00:17:47 +0000 |
commit | 520f5d70e4128b61c30da2a463f6c34ca24b628e (patch) | |
tree | 76942986d61944d387cf70af48de7c05dbc57fbf /agent/gpg-agent.c | |
parent | Return better error code for some getinfo IPC commands. (diff) | |
download | gnupg-520f5d70e4128b61c30da2a463f6c34ca24b628e.tar.gz gnupg-520f5d70e4128b61c30da2a463f6c34ca24b628e.zip |
spelling: Fix "synchronize"
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | agent/gpg-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 87656a1f3..793fc44eb 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -2115,7 +2115,7 @@ get_agent_scd_notify_event (void) GetCurrentProcess(), &h2, EVENT_MODIFY_STATE|SYNCHRONIZE, TRUE, 0)) { - log_error ("setting syncronize for scd notify event failed: %s\n", + log_error ("setting synchronize for scd notify event failed: %s\n", w32_strerror (-1) ); CloseHandle (h); } |