aboutsummaryrefslogtreecommitdiffstats
path: root/g13/create.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-10-14 17:06:10 +0000
committerWerner Koch <[email protected]>2009-10-14 17:06:10 +0000
commit1445c15ed1d874ad624bb2a635b48d82a2b9d9d9 (patch)
tree0f34970d0c1bce67099fe76a3cad9e13fd8b052c /g13/create.c
parentKeep on hacking on g13. A simple --create and --mount does now work. (diff)
downloadgnupg-1445c15ed1d874ad624bb2a635b48d82a2b9d9d9.tar.gz
gnupg-1445c15ed1d874ad624bb2a635b48d82a2b9d9d9.zip
mount does now work in server and standalone mode.
Implemented a signal handler.
Diffstat (limited to 'g13/create.c')
-rw-r--r--g13/create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/create.c b/g13/create.c
index 7f3a349b2..0279c337d 100644
--- a/g13/create.c
+++ b/g13/create.c
@@ -39,7 +39,7 @@
/* Create a new blob with all the session keys and other meta
information which are to be stored encrypted in the crypto
container header. On success the malloced blob is stored at R_BLOB
- and its length at R_BLOBLEN. On error en error ocde is returned
+ and its length at R_BLOBLEN. On error an error code is returned
and (R_BLOB,R_BLOBLEN) are set to (NULL,0).
The format of this blob is a sequence of tag-length-value tuples.