Skip to content

Commit e2b8c89

Browse files
authored
[DOC] Fix typos
ruby/ruby@550ac2f
1 parent 0e2698a commit e2b8c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/openssl/ossl_bn.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ ossl_bn_alloc(VALUE klass)
244244
* number.
245245
* - +10+ - Decimal number representation, with a leading '-' for a negative
246246
* number.
247-
* - +16+ - Hexadeciaml number representation, with a leading '-' for a
247+
* - +16+ - Hexadecimal number representation, with a leading '-' for a
248248
* negative number.
249249
*/
250250
static VALUE
@@ -326,7 +326,7 @@ ossl_bn_initialize(int argc, VALUE *argv, VALUE self)
326326
* the bignum is ignored.
327327
* - +10+ - Decimal number representation, with a leading '-' for a negative
328328
* bignum.
329-
* - +16+ - Hexadeciaml number representation, with a leading '-' for a
329+
* - +16+ - Hexadecimal number representation, with a leading '-' for a
330330
* negative bignum.
331331
*/
332332
static VALUE

0 commit comments

Comments
 (0)