From: Werner Koch Date: Tue, 29 Jun 2010 17:13:07 +0000 (+0000) Subject: comment typo fixes X-Git-Tag: gpgme-1.3.1~52 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f89d122607004d8c9d4afe526d69e0e17a4f331a;p=gpgme.git comment typo fixes --- diff --git a/NEWS b/NEWS index 072ddee..fd1fefb 100644 --- a/NEWS +++ b/NEWS @@ -23,7 +23,7 @@ Noteworthy changes in version 1.3.0 (2010-01-11) * New engine GPGME_PROTOCOL_UISERVER to support UI Servers. - * New API to change the passpgrase of a key. + * New API to change the passphrase of a key. * Interface changes relative to the 1.2.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/engine.c b/src/engine.c index 71f0c9c..1244dd3 100644 --- a/src/engine.c +++ b/src/engine.c @@ -66,7 +66,7 @@ static struct engine_ops *engine_ops[] = NULL, #endif #ifdef ENABLE_UISERVER - &_gpgme_engine_ops_uiserver /* Crypto VFS. */ + &_gpgme_engine_ops_uiserver /* UI-Server. */ #else NULL #endif