From fa4ee4043473185a5894274a2fa7fa2c4dc15a3c Mon Sep 17 00:00:00 2001 From: willmafh Date: Fri, 1 Mar 2024 21:12:21 +0800 Subject: Typo fixes and an addition of an empty line to follow the code style CLA: trivial Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23721) --- crypto/objects/obj_dat.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/objects/obj_dat.pl b/crypto/objects/obj_dat.pl index 60a5e5a683..715c06e032 100644 --- a/crypto/objects/obj_dat.pl +++ b/crypto/objects/obj_dat.pl @@ -134,7 +134,7 @@ for (my $i = 0; $i < $n; $i++) { my $r = &der_it($v); my $z = ""; my $length = 0; - # Format using fixed-with because we use strcmp later. + # Format using fixed-width because we use strcmp later. foreach (unpack("C*",$r)) { $z .= sprintf("0x%02X,", $_); $length++; -- cgit v1.2.3