Skip to content

Commit

Permalink
bio_f_noisy_dgram_filter(): Fix typo
Browse files Browse the repository at this point in the history
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from #23588)
  • Loading branch information
t8m committed Mar 15, 2024
1 parent 9f3a7ca commit 45d16a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/noisydgrambio.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ const BIO_METHOD *bio_f_noisy_dgram_filter(void)
{
if (method_noisy_dgram == NULL) {
method_noisy_dgram = BIO_meth_new(BIO_TYPE_NOISY_DGRAM_FILTER,
"Nosiy datagram filter");
"Noisy datagram filter");
if (method_noisy_dgram == NULL
|| !BIO_meth_set_ctrl(method_noisy_dgram, noisy_dgram_ctrl)
|| !BIO_meth_set_sendmmsg(method_noisy_dgram, noisy_dgram_sendmmsg)
Expand Down

0 comments on commit 45d16a4

Please sign in to comment.