diff --git a/README.md b/README.md index a12110d7cda..45edef01a48 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,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");