diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-24 19:56:18 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-24 19:56:18 +0000 |
commit | 54eb375ff14e2a93cea70eab35719be4d25f51ca (patch) | |
tree | 99a6159cfc9cc26696ddd5c842095fd046cb8d6e /agent/learncard.c | |
parent | doc: fix spelling mistakes (diff) | |
download | gnupg-54eb375ff14e2a93cea70eab35719be4d25f51ca.tar.gz gnupg-54eb375ff14e2a93cea70eab35719be4d25f51ca.zip |
all: fix spelling and typos
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'agent/learncard.c')
-rw-r--r-- | agent/learncard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/learncard.c b/agent/learncard.c index abe1dd0bf..f3219ed8f 100644 --- a/agent/learncard.c +++ b/agent/learncard.c @@ -40,7 +40,7 @@ struct keypair_info_s char hexgrip[1]; /* The keygrip (i.e. a hash over the public key parameters) formatted as a hex string. Allocated somewhat large to also act as - memeory for the above ID field. */ + memory for the above ID field. */ }; typedef struct keypair_info_s *KEYPAIR_INFO; |