aboutsummaryrefslogtreecommitdiffstats
path: root/agent/call-scd.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2017-02-20 21:25:15 +0000
committerDaniel Kahn Gillmor <[email protected]>2017-02-21 18:11:46 +0000
commitccb420380b2f23f1bd28b17e6a4233c86291887d (patch)
tree66b731daf5b55e6ccc3d43a6bbd7e155ac33944d /agent/call-scd.c
parentClean up word replication. (diff)
downloadgnupg-ccb420380b2f23f1bd28b17e6a4233c86291887d.tar.gz
gnupg-ccb420380b2f23f1bd28b17e6a4233c86291887d.zip
Fix spelling.
-- Clean up several other misspellings noticed while reviewing Yuri's de-duplication patch. Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'agent/call-scd.c')
-rw-r--r--agent/call-scd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/call-scd.c b/agent/call-scd.c
index 33a08a995..8d46b905d 100644
--- a/agent/call-scd.c
+++ b/agent/call-scd.c
@@ -50,13 +50,13 @@
/* Definition of module local data of the CTRL structure. */
struct scd_local_s
{
- /* We keep a list of all allocated context with an achnor at
+ /* We keep a list of all allocated context with an anchor at
SCD_LOCAL_LIST (see below). */
struct scd_local_s *next_local;
/* We need to get back to the ctrl object actually referencing this
- structure. This is really an awkward way of enumerint the lcoal
- contects. A much cleaner way would be to keep a global list of
+ structure. This is really an awkward way of enumerating the local
+ contexts. A much cleaner way would be to keep a global list of
ctrl objects to enumerate them. */
ctrl_t ctrl_backlink;