aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-09-04 17:28:24 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-09-04 17:28:24 +0900
commit199b5456bc4b13750d53cdf8bbb19490ecf05b84 (patch)
tree9d1ffa8a4e41415b63220bc62168dd0a4c3778a4
parent9efb00ec30d28512737e4d3ab225c39e393eb2ee (diff)
downloadruby-openssl-199b5456bc4b13750d53cdf8bbb19490ecf05b84.tar.gz
x509name: fix a typo in docs
-rw-r--r--ext/openssl/ossl_x509name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_x509name.c b/ext/openssl/ossl_x509name.c
index b2063954..c900bcbe 100644
--- a/ext/openssl/ossl_x509name.c
+++ b/ext/openssl/ossl_x509name.c
@@ -305,7 +305,7 @@ ossl_x509name_to_s(int argc, VALUE *argv, VALUE self)
}
/*
- * call-seq;
+ * call-seq:
* name.to_utf8 -> string
*
* Returns an UTF-8 representation of the distinguished name, as specified