From 521f2163b16148361d3dfa052a00c597c171d8a4 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Sat, 3 Aug 2013 13:28:06 +0200 Subject: [PATCH] Fix typos Change-Id: I27cbcd8c59bdc34493931f341341cc25b4aba9e7 Reviewed-by: Kurt Pattyn Reviewed-by: Paul Olav Tvete --- src/plugins/generic/evdevkeyboard/README | 2 +- src/plugins/generic/evdevmouse/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/generic/evdevkeyboard/README b/src/plugins/generic/evdevkeyboard/README index 751cc99aa9..0d7b52bd24 100644 --- a/src/plugins/generic/evdevkeyboard/README +++ b/src/plugins/generic/evdevkeyboard/README @@ -1,5 +1,5 @@ On development machines it might be useful to add the input devices -to a group that your development user i part of. Ie add: +to a group that your development user is part of. I.e. add: KERNEL=="event*", SUBSYSTEM=="input", MODE="0640", GROUP="users" to a file such as: diff --git a/src/plugins/generic/evdevmouse/README b/src/plugins/generic/evdevmouse/README index 526106e338..c0dd3db8b3 100644 --- a/src/plugins/generic/evdevmouse/README +++ b/src/plugins/generic/evdevmouse/README @@ -14,7 +14,7 @@ Touchpads reporting absolute events will work too, the positions will be turned into relative. Touchscreens are however not supported. On development machines it might be useful to add the input devices -to a group that your development user i part of. Ie add: +to a group that your development user is part of. I.e. add: KERNEL=="event*", SUBSYSTEM=="input", MODE="0640", GROUP="users" to a file such as: