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 /g10 | |
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 'g10')
-rw-r--r-- | g10/cpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ progress_cb (void *ctx, const char *what, int printchar, /* Return true if the status message NO may currently be issued. We - need this to avoid syncronisation problem while auto retrieving a + need this to avoid synchronization problem while auto retrieving a key. There it may happen that a status NODATA is issued for a non available key and the user may falsely interpret this has a missing signature. */ |