diff options
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 ); |