diff mbox series

input: Docs: correct ntrig.rst typo

Message ID 20220516002047.11395-1-rdunlap@infradead.org (mailing list archive)
State Mainlined
Commit 206bc4348603866bf42a6690f26e152522a057dc
Headers show
Series input: Docs: correct ntrig.rst typo | expand

Commit Message

Randy Dunlap May 16, 2022, 12:20 a.m. UTC
Fix a typo in ntrig.rst (found with 'codespell').

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/input/devices/ntrig.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jonathan Corbet May 17, 2022, 7:29 p.m. UTC | #1
Randy Dunlap <rdunlap@infradead.org> writes:

> Fix a typo in ntrig.rst (found with 'codespell').
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: linux-input@vger.kernel.org
> Cc: Jonathan Corbet <corbet@lwn.net>
> ---
>  Documentation/input/devices/ntrig.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/Documentation/input/devices/ntrig.rst
> +++ b/Documentation/input/devices/ntrig.rst
> @@ -32,7 +32,7 @@ The following parameters are used to con
>  |activation_height,	|size threshold to activate immediately		      |
>  |activation_width	|						      |
>  +-----------------------+-----------------------------------------------------+
> -|min_height,		|size threshold bellow which fingers are ignored      |
> +|min_height,		|size threshold below which fingers are ignored       |
>  |min_width		|both to decide activation and during activity	      |
>  +-----------------------+-----------------------------------------------------+

Applied, thanks.

jon
diff mbox series

Patch

--- a/Documentation/input/devices/ntrig.rst
+++ b/Documentation/input/devices/ntrig.rst
@@ -32,7 +32,7 @@  The following parameters are used to con
 |activation_height,	|size threshold to activate immediately		      |
 |activation_width	|						      |
 +-----------------------+-----------------------------------------------------+
-|min_height,		|size threshold bellow which fingers are ignored      |
+|min_height,		|size threshold below which fingers are ignored       |
 |min_width		|both to decide activation and during activity	      |
 +-----------------------+-----------------------------------------------------+
 |deactivate_slack	|the number of "no contact" frames to ignore before   |