diff options
author | Justus Winter <[email protected]> | 2015-12-01 13:00:27 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2015-12-01 13:08:15 +0000 |
commit | 9ec026a90535e7ebc2919b800b056850a4d4e30b (patch) | |
tree | 34bf6ffea0497aa2004b446f4bedc60f1bab3eff /src/gpgcedev.c | |
parent | New feature to test for SOCKS5 proxy availability. (diff) | |
download | libassuan-9ec026a90535e7ebc2919b800b056850a4d4e30b.tar.gz libassuan-9ec026a90535e7ebc2919b800b056850a4d4e30b.zip |
Fix typos found by codespell.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'src/gpgcedev.c')
-rw-r--r-- | src/gpgcedev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgcedev.c b/src/gpgcedev.c index a097c88..bff4655 100644 --- a/src/gpgcedev.c +++ b/src/gpgcedev.c @@ -174,7 +174,7 @@ struct { } logcontrol; -/* We don't need a device context for the pipe thus we use the adress +/* We don't need a device context for the pipe thus we use the address of the critical section object for it. */ #define PIPECTX_VALUE ((DWORD)(&opnctx_table_cs)) |