Fix typos in README.md
authorJosh Holland <anowlcalledjosh@gmail.com>
Sat, 15 Dec 2018 13:57:29 +0000 (13:57 +0000)
committerJosh Holland <anowlcalledjosh@gmail.com>
Sat, 15 Dec 2018 13:57:29 +0000 (13:57 +0000)
README.md

index b217ec1f493511cf5fcc75fe21ea052183109dd1..6fdf2942fc6ce0bf5494a2ca103b61847375d39b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ libinput is a library that provides a full input stack for display servers
 and other applications that need to handle input devices provided by the
 kernel.
 
-libinput provides device detection, event handling and abstraction so
-minimize the amount of custom input code the user of libinput need to
+libinput provides device detection, event handling and abstraction to
+minimize the amount of custom input code the user of libinput needs to
 provide the common set of functionality that users expect. Input event
 processing includes scaling touch coordinates, generating
 relative pointer events from touchpads, pointer acceleration, etc.