projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6181854
)
comment typo fixes
author
Werner Koch
<wk@gnupg.org>
Tue, 29 Jun 2010 17:13:07 +0000
(17:13 +0000)
committer
Werner Koch
<wk@gnupg.org>
Tue, 29 Jun 2010 17:13:07 +0000
(17:13 +0000)
NEWS
patch
|
blob
|
history
src/engine.c
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 072ddeeaa62834c67d9f77790dd636044540a6c3..fd1fefb081e2b5f5d12369b21bf21d459917545b 100644
(file)
--- 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 passp
g
rase of a key.
+ * New API to change the passp
h
rase of a key.
* Interface changes relative to the 1.2.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git
a/src/engine.c
b/src/engine.c
index 71f0c9c6c6b5ee8318557c46e7567c04d84b5103..1244dd3ab5815e9ca90f176de2ece915743d6cbe 100644
(file)
--- 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