aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--src/engine.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 072ddeea..fd1fefb0 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 71f0c9c6..1244dd3a 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