mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix spelling.
-- Clean up several other misspellings noticed while reviewing Yuri's de-duplication patch. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
24cf0606b4
commit
ccb420380b
6 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue