OSDN Git Service

README: Fix grammar
authorFabio Estevam <festevam@gmail.com>
Mon, 16 Jan 2017 01:09:27 +0000 (23:09 -0200)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 16 Jan 2017 14:54:45 +0000 (14:54 +0000)
Fix two grammar issues:

- "standard  autotools  packages ---> "standard  autotools  package"
- "If you are install" ---> "If you are installing"

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
README

diff --git a/README b/README
index 7eeae38..26cab9d 100644 (file)
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ with an older kernel.
 Compiling
 ---------
 
-libdrm  is  a  standard  autotools  packages and  follows  the  normal
+libdrm  is  a  standard  autotools  package and  follows  the  normal
 configure, build  and install steps.   The first step is  to configure
 the package, which is done by running the configure shell script:
 
@@ -37,5 +37,5 @@ and once make finishes successfully, install the package using
 
        make install
 
-If you are install into a system location, you will need to be root to
-perform the install step.
+If you are installing into a system location, you will need to be root
+to perform the install step.