[前][次][番号順一覧][スレッド一覧]

ruby-changes:23140

From: emboss <ko1@a...>
Date: Sat, 31 Mar 2012 12:08:03 +0900 (JST)
Subject: [ruby-changes:23140] emboss:r35190 (trunk): * ext/openssl/ossl_x509cert.c: Fix doc typo.

emboss	2012-03-31 12:07:53 +0900 (Sat, 31 Mar 2012)

  New Revision: 35190

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35190

  Log:
    * ext/openssl/ossl_x509cert.c: Fix doc typo.

  Modified files:
    trunk/ChangeLog
    trunk/ext/openssl/ossl_x509cert.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 35189)
+++ ChangeLog	(revision 35190)
@@ -1,3 +1,7 @@
+Sat Mar 31 12:05:01 2012  Martin Bosslet  <Martin.Bosslet@g...>
+
+	* ext/openssl/ossl_x509cert.c: Fix doc typo.
+
 Sat Mar 31 10:13:24 2012  Sokolov Yura (funny-falcon)  <funny.falcon@g...>
 
 	* st.c (st_foreach_check, st_foreach): remove ancient check.  This
Index: ext/openssl/ossl_x509cert.c
===================================================================
--- ext/openssl/ossl_x509cert.c	(revision 35189)
+++ ext/openssl/ossl_x509cert.c	(revision 35190)
@@ -490,7 +490,7 @@
 
 /*
  * call-seq:
- *    cert.not_before = time => time
+ *    cert.not_after = time => time
  */
 static VALUE
 ossl_x509_set_not_after(VALUE self, VALUE time)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]