[svn] ksba - r235 - trunk/src

svn author marcus cvs at cvs.gnupg.org
Sun Apr 23 21:31:25 CEST 2006


Author: marcus
Date: 2006-04-23 21:31:24 +0200 (Sun, 23 Apr 2006)
New Revision: 235

Modified:
   trunk/src/ChangeLog
   trunk/src/ksba.h
Log:
2006-04-23  Brad Hards <bradh at frogmouth.net>  (mb)

	* ksba.h: Fix typos.


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2006-03-30 15:14:14 UTC (rev 234)
+++ trunk/src/ChangeLog	2006-04-23 19:31:24 UTC (rev 235)
@@ -1,3 +1,7 @@
+2006-04-23  Brad Hards <bradh at frogmouth.net>  (mb)
+
+	* ksba.h: Fix typos.
+
 2006-03-20  Werner Koch  <wk at g10code.com>
 
 	* ber-decoder.c: Dump debug info always to stderr and not to stdout.

Modified: trunk/src/ksba.h
===================================================================
--- trunk/src/ksba.h	2006-03-30 15:14:14 UTC (rev 234)
+++ trunk/src/ksba.h	2006-04-23 19:31:24 UTC (rev 235)
@@ -171,13 +171,13 @@
 typedef struct ksba_certreq_s *ksba_certreq_t;
 typedef struct ksba_certreq_s *KsbaCertreq _KSBA_DEPRECATED;
 
-/* This is a reader object vor various purposes
+/* This is a reader object for various purposes
    see ksba_reader_new et al. */
 struct ksba_reader_s;
 typedef struct ksba_reader_s *ksba_reader_t;
 typedef struct ksba_reader_s *KsbaReader _KSBA_DEPRECATED;
 
-/* This is a writer object vor various purposes
+/* This is a writer object for various purposes
    see ksba_writer_new et al. */
 struct ksba_writer_s;
 typedef struct ksba_writer_s *ksba_writer_t;
@@ -189,7 +189,7 @@
 typedef struct ksba_asn_tree_s *ksba_asn_tree_t;
 typedef struct ksba_asn_tree_s *KsbaAsnTree _KSBA_DEPRECATED;
 
-/* This is an object to reference an General Name.  Such an object is
+/* This is an object to reference a General Name.  Such an object is
    returned by several functions. */
 struct ksba_name_s;
 typedef struct ksba_name_s *ksba_name_t;




More information about the Gnupg-commits mailing list