Skip to content

Commit

Permalink
[DOC] Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 authored Oct 31, 2024
1 parent 0e2698a commit e2b8c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/openssl/ossl_bn.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ ossl_bn_alloc(VALUE klass)
* number.
* - +10+ - Decimal number representation, with a leading '-' for a negative
* number.
* - +16+ - Hexadeciaml number representation, with a leading '-' for a
* - +16+ - Hexadecimal number representation, with a leading '-' for a
* negative number.
*/
static VALUE
Expand Down Expand Up @@ -326,7 +326,7 @@ ossl_bn_initialize(int argc, VALUE *argv, VALUE self)
* the bignum is ignored.
* - +10+ - Decimal number representation, with a leading '-' for a negative
* bignum.
* - +16+ - Hexadeciaml number representation, with a leading '-' for a
* - +16+ - Hexadecimal number representation, with a leading '-' for a
* negative bignum.
*/
static VALUE
Expand Down

0 comments on commit e2b8c89

Please sign in to comment.