diff options
author | Werner Koch <wk@gnupg.org> | 1999-01-16 09:29:29 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-01-16 09:29:29 +0100 |
commit | 29c08419dbb0828d9a17a8a8428a028c9c35d8e4 (patch) | |
tree | a30c238693ebae52c36f0f2b59137c499bbdd393 /g10/plaintext.c | |
parent | See ChangeLog: Wed Jan 13 14:10:15 CET 1999 Werner Koch (diff) | |
download | gnupg2-29c08419dbb0828d9a17a8a8428a028c9c35d8e4.tar.xz gnupg2-29c08419dbb0828d9a17a8a8428a028c9c35d8e4.zip |
See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch
Diffstat (limited to 'g10/plaintext.c')
-rw-r--r-- | g10/plaintext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/plaintext.c b/g10/plaintext.c index 887b583f6..0dc246939 100644 --- a/g10/plaintext.c +++ b/g10/plaintext.c @@ -231,7 +231,7 @@ hash_datafiles( MD_HANDLE md, STRLIST files, STRLIST sl=NULL; if( !files ) { - /* check whether we can opne the signed material */ + /* check whether we can open the signed material */ fp = open_sigfile( sigfilename ); if( fp ) { do_hash( md, fp, textmode ); |