From 545832e9fa5768079392710e49ed1d2756dfce1d Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 22 May 2025 07:49:24 +0000 Subject: [PATCH] Typo, from someone in GitHub issue 4511. --- options-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options-table.c b/options-table.c index 0c76d43e..36233f8a 100644 --- a/options-table.c +++ b/options-table.c @@ -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",