package/rlwrap: fix 'whether' typo in help text

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit 1441be898a8b335600f9f2219051c3d50b6ee523)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-09-24 14:23:53 +02:00
parent 8d09895d4a
commit dc0232ac47

View File

@ -18,7 +18,7 @@ config BR2_PACKAGE_RLWRAP_SPY_ON_READLINE
If we want to keep the display tidy when re-sizing the
terminal window or printing multi-line prompts, we have to
know whether or not readline is in horizontal-scroll-mode
(i.e. wheter long lines are scrolled or wrapped). At present,
(i.e. whether long lines are scrolled or wrapped). At present,
this involves a look at a private readline variable - if you
feel guilty about that, disable this option