[svn] gpgme - r1482 - in trunk: . src

svn author wk cvs at cvs.gnupg.org
Tue Jun 29 19:13:07 CEST 2010


Author: wk
Date: 2010-06-29 19:13:07 +0200 (Tue, 29 Jun 2010)
New Revision: 1482

Modified:
   trunk/NEWS
   trunk/src/engine.c
Log:
comment typo fixes


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2010-06-10 23:29:06 UTC (rev 1481)
+++ trunk/NEWS	2010-06-29 17:13:07 UTC (rev 1482)
@@ -23,7 +23,7 @@
 
  * 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:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Modified: trunk/src/engine.c
===================================================================
--- trunk/src/engine.c	2010-06-10 23:29:06 UTC (rev 1481)
+++ trunk/src/engine.c	2010-06-29 17:13:07 UTC (rev 1482)
@@ -66,7 +66,7 @@
     NULL,
 #endif
 #ifdef ENABLE_UISERVER
-    &_gpgme_engine_ops_uiserver		/* Crypto VFS.  */
+    &_gpgme_engine_ops_uiserver		/* UI-Server.  */
 #else
     NULL
 #endif





More information about the Gnupg-commits mailing list