From 35746e7fd09fbda747ec9e2320578acafe96cebe Mon Sep 17 00:00:00 2001
From: Aaron Beitch <aaron.beitch@gmail.com>
Date: Thu, 14 May 2015 11:34:22 -0700
Subject: [PATCH] Fix typo

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

diff --git a/README.md b/README.md
index a7111981a4..4197959ff5 100644
--- a/README.md
+++ b/README.md
@@ -303,7 +303,7 @@ implementation available from the network.
     Runtime.getRuntime().addShutdownHook(new Thread() {
       @Override
       public void run() {
-        // Use stderr here since the logger may has been reset by its JVM shutdown hook.
+        // Use stderr here since the logger may have been reset by its JVM shutdown hook.
         System.err.println("*** shutting down gRPC server since JVM is shutting down");
         HelloWorldServer.this.stop();
         System.err.println("*** server shut down");
-- 
GitLab