From 2e5af32faf7808a69ee6202ae26fde08715c8293 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 1 Sep 2021 07:24:09 +0100 Subject: [PATCH] Update routing.proto --- routing/proto/routing.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }