diff --git a/routing/proto/routing.proto b/routing/proto/routing.proto index e58fcd7..7ab059a 100644 --- a/routing/proto/routing.proto +++ b/routing/proto/routing.proto @@ -60,7 +60,7 @@ message Direction { message DirectionsRequest { // The staring point for the journey Point origin = 1; - // The destinationg of the journey + // The destination of the journey Point destination = 2; }