--- trunk/MyGPGME/sign-encrypt.c 2005/04/04 06:59:24 6 +++ trunk/MyGPGME/sign-encrypt.c 2005/04/04 07:01:43 7 @@ -318,7 +318,7 @@ else if( ctx->result.sign_enc->idea_cipher ) rc = mk_error( Cipher_IDEA ); else if( gpgme_get_process_rc( ctx ) ) - rc = mk_error( Interal_GPG_Problem ); + rc = mk_error( Internal_GPG_Problem ); else if( !ctx->result.sign_enc->okay ) rc = mk_error( Signing_Failed ); }