diff options
author | Werner Koch <[email protected]> | 2005-12-08 07:42:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-12-08 07:42:41 +0000 |
commit | 0edfbba804cb785dccbf6491e5564fab89854c28 (patch) | |
tree | d16d27389db4bd3f5d2c4b2bd0d86159be813b33 /g10/mainproc.c | |
parent | * options.h, keyserver.c (curl_cant_handle, keyserver_spawn, (diff) | |
download | gnupg-0edfbba804cb785dccbf6491e5564fab89854c28.tar.gz gnupg-0edfbba804cb785dccbf6491e5564fab89854c28.zip |
Made strings translatable. Minor fixes.
Diffstat (limited to '')
-rw-r--r-- | g10/mainproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index 7c1392160..075dde1ce 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -62,7 +62,7 @@ struct mainproc_context { PKT_user_id *last_user_id; md_filter_context_t mfx; int sigs_only; /* process only signatures and reject all other stuff */ - int encrypt_only; /* process only encrytion messages */ + int encrypt_only; /* process only encryption messages */ STRLIST signed_data; const char *sigfilename; DEK *dek; |