From 8301121db00bd1aafb85de3a837b0a92f29ed54b Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Wed, 4 Nov 2015 14:09:14 +0900 Subject: [PATCH] fix typo --- .../main/java/io/grpc/examples/routeguide/RouteGuideServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideServer.java b/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideServer.java index 8d8da19977..c713eb6909 100644 --- a/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideServer.java +++ b/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideServer.java @@ -138,7 +138,7 @@ public class RouteGuideServer { /** * Gets the {@link Feature} at the requested {@link Point}. If no feature at that location - * exists, an unnammed feature is returned at the provided location. + * exists, an unnamed feature is returned at the provided location. * * @param request the requested location for the feature. * @param responseObserver the observer that will receive the feature at the requested point.