From 72f5758f2adca6be752ff336d8cf77a23959e7fb Mon Sep 17 00:00:00 2001 From: Stephen Chandler Paul Date: Tue, 24 Jun 2014 18:55:25 -0400 Subject: [PATCH] touchpad: Fix typo in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit "a a left and…"->"a left and…" Signed-off-by: Stephen Chandler Paul Signed-off-by: Peter Hutterer --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index efd071ec..99a3b2f5 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -50,7 +50,7 @@ extern "C" { * * Software button areas * ===================== - * On most touchpads, the bottom area of the touchpad is split into a a left + * On most touchpads, the bottom area of the touchpad is split into a left * and a right-button area. Pressing the touchpad down with a finger in * those areas will generate clicks as shown in the diagram below: * -- 2.34.1