summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-07-17 20:11:24 +0200
committerWerner Koch <wk@gnupg.org>2007-07-17 20:11:24 +0200
commit11573b09c4a00c94107edd40ec84c7de4008151e (patch)
treec98e84d1c790a82ec0e94be1b7d86f7cbb24981f /TODO
parent2007-07-16 Marcus Brinkmann <marcus@g10code.de> (diff)
downloadgnupg2-11573b09c4a00c94107edd40ec84c7de4008151e.tar.xz
gnupg2-11573b09c4a00c94107edd40ec84c7de4008151e.zip
Typo fixes.
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 842676c01..f45dd83e9 100644
--- a/TODO
+++ b/TODO
@@ -59,7 +59,7 @@
* scd
** Application context vs. reader slot
- We have 2 concurrent method of tracking whether a read is in use:
+ We have 2 concurrent method of tracking whether a reader is in use:
Using the session_list in command.c and the lock_table in app.c. IT
would be better to do this just at one place. First we need to see
how we can support cards with multiple applications.