Typo, from someone in GitHub issue 4511.

This commit is contained in:
nicm
2025-05-22 07:49:24 +00:00
parent a0ac2a5d63
commit 545832e9fa

View File

@ -370,7 +370,7 @@ const struct options_table_entry options_table[] = {
.minimum = INPUT_BUF_DEFAULT_SIZE,
.maximum = UINT_MAX,
.default_num = INPUT_BUF_DEFAULT_SIZE,
.text = "Number of byte accpted in a single input before dropping."
.text = "Number of bytes accepted in a single input before dropping."
},
{ .name = "menu-style",