From c07b8d6d2d388c66d2b73023183656963dd4756e Mon Sep 17 00:00:00 2001
From: Florent Castelli <florent.castelli@gmail.com>
Date: Thu, 26 Feb 2015 22:50:58 +0100
Subject: [PATCH] Fix typo in README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index eacb8c0f42..8fa9fa4956 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ See grpc/INSTALL for installation instructions for various platforms.
 
 #Repository Structure
 
-This repository contains source code for gRPC libraries for multiple lanugages written on top
+This repository contains source code for gRPC libraries for multiple languages written on top
 of shared C core library [src/core] (src/core).
 
    * C++ source code: [src/cpp] (src/cpp)
-- 
GitLab