comment typo fixes
This commit is contained in:
parent
6181854e4d
commit
f89d122607
2
NEWS
2
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:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user