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 /scd/app-openpgp.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-- | scd/app-openpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index 6c01f3a0d..66b7bd1ee 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -640,7 +640,7 @@ count_bits (const unsigned char *a, size_t len) Where FLAGS is a plain hexadecimal number representing flag values. The lsb is here the rightmost bit. Defined flags bits are: - Bit 0 = CHV1 and CHV2 are not syncronized + Bit 0 = CHV1 and CHV2 are not synchronized Bit 1 = CHV2 has been set to the default PIN of "123456" (this implies that bit 0 is also set). |