From 6749e73561f672b5d08c7afdc9c9151d4bc8e4d6 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Tue, 10 Feb 2015 10:59:52 -0800 Subject: [PATCH] Fix spelling: recommend --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 9dfc2282559..b7c1d46884e 100644 --- a/INSTALL +++ b/INSTALL @@ -107,7 +107,7 @@ of OpenSSL that has ALPN support, and this explains our dependency on it. Note that the Makefile supports compiling only the unsecure elements of grpc, and if you do not have OpenSSL and do not want it, you can still proceed -with installing only the elements you require. However, we strongly recoomend +with installing only the elements you require. However, we strongly recommend the use of encryption for all network traffic, and discourage the use of grpc without TLS.