From c9f86d9f0b1b5d9a78cbe4afb37f4ebcda11a21f Mon Sep 17 00:00:00 2001
From: Dhiru Kholia <dhiru.kholia@gmail.com>
Date: Tue, 4 Apr 2017 18:48:46 +0530
Subject: [PATCH] Fix two typos in README.md file

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 059d383..4aea2c1 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
 musl-cross-make
 ===============
 
-This is a the second generation of musl-cross-make, a fast, simple,
+This is the second generation of musl-cross-make, a fast, simple,
 but advanced makefile-based approach for producing musl-targeting
 cross compilers. Features include:
 
 - Single-stage GCC build, used to build both musl libc and its own
   shared target libs depending on libc.
 
-- No hard-coded absoluete paths; resulting cross compilers can be
+- No hard-coded absolute paths; resulting cross compilers can be
   copied/moved anywhere.
 
 - Ability to build multiple cross compilers for different targets