aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey_ec.c
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-03-07 23:57:43 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-04-20 14:20:00 +0900
commit7eb1a3fa86312a1783f06374ee50b38ae97a5a71 (patch)
tree3ed5f836b622682cfd5dcb2dba0d7030de2c9014 /ext/openssl/ossl_pkey_ec.c
parent565a9e9fe31b8136f8a2b126320be8d92ca25b98 (diff)
downloadruby-openssl-7eb1a3fa86312a1783f06374ee50b38ae97a5a71.tar.gz
Fix typos
Diffstat (limited to 'ext/openssl/ossl_pkey_ec.c')
-rw-r--r--ext/openssl/ossl_pkey_ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_pkey_ec.c b/ext/openssl/ossl_pkey_ec.c
index 8434a4bc..10800d23 100644
--- a/ext/openssl/ossl_pkey_ec.c
+++ b/ext/openssl/ossl_pkey_ec.c
@@ -296,7 +296,7 @@ ossl_ec_key_get_group(VALUE self)
* key.group = group
*
* Sets the EC::Group for the key. The group structure is internally copied so
- * modifition to +group+ after assigning to a key has no effect on the key.
+ * modification to +group+ after assigning to a key has no effect on the key.
*/
static VALUE
ossl_ec_key_set_group(VALUE self, VALUE group_v)