From 16589547454afa427ed6d345ed5b98345c4902d8 Mon Sep 17 00:00:00 2001 From: hschoen Date: Mon, 8 Mar 2021 10:52:03 +0100 Subject: [PATCH] Correct typos in model_reference comments Signed-off-by: Pierre R. Mai --- osi_groundtruth.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osi_groundtruth.proto b/osi_groundtruth.proto index d862ff988..10f9dceae 100644 --- a/osi_groundtruth.proto +++ b/osi_groundtruth.proto @@ -167,8 +167,8 @@ message GroundTruth // // \note It is implementation-specific how model_references are resolved to // 3d models. The parts the world model contains are also implementation-specific. - // For example, the world model can wether contain street geometries or - // derives street geometies automatically from a map reference. + // For example, the world model can either contain street geometries or + // derives street geometries automatically from a map reference. // optional string model_reference = 16; }