comment typo fixes

This commit is contained in:
Werner Koch 2010-06-29 17:13:07 +00:00
parent 6181854e4d
commit f89d122607
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -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