diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-25 13:46:23 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-25 20:53:05 +0000 |
commit | b39ece7d35401302879062d9d4bec25b1249ae7e (patch) | |
tree | 355ff843ac7ca37264390a9f95494d0a4f93bc27 /g10/key-clean.h | |
parent | speedo: Sign the windows installer with a timestamp. (diff) | |
download | gnupg-b39ece7d35401302879062d9d4bec25b1249ae7e.tar.gz gnupg-b39ece7d35401302879062d9d4bec25b1249ae7e.zip |
headers: fix spelling
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'g10/key-clean.h')
-rw-r--r-- | g10/key-clean.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/key-clean.h b/g10/key-clean.h index a0fb76950..c4f164928 100644 --- a/g10/key-clean.h +++ b/g10/key-clean.h @@ -23,7 +23,7 @@ #include "gpg.h" -/* No explict cleaning. */ +/* No explicit cleaning. */ #define KEY_CLEAN_NONE 0 /* Remove only invalid subkeys (ie. missing key-bindings) */ #define KEY_CLEAN_INVALID 1 |