diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-25 15:46:23 +0200 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-25 22:53:05 +0200 |
commit | b39ece7d35401302879062d9d4bec25b1249ae7e (patch) | |
tree | 355ff843ac7ca37264390a9f95494d0a4f93bc27 /sm | |
parent | speedo: Sign the windows installer with a timestamp. (diff) | |
download | gnupg2-b39ece7d35401302879062d9d4bec25b1249ae7e.tar.xz gnupg2-b39ece7d35401302879062d9d4bec25b1249ae7e.zip |
headers: fix spelling
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'sm')
-rw-r--r-- | sm/gpgsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index d3fbde515..7a5e4917d 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -76,7 +76,7 @@ struct const char *protect_tool_program; char *outfile; /* name of output file */ - int with_key_data;/* include raw key in the column delimted output */ + int with_key_data;/* include raw key in the column delimited output */ int fingerprint; /* list fingerprints in all key listings */ |