From 18bdd4d9aee64709676cd3ea181e7c329f54548d Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sun, 19 Jun 2022 09:59:12 -0700 Subject: [PATCH] Update config.proto Fix spelling of Intended --- config.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.proto b/config.proto index 499b87c..0be654d 100644 --- a/config.proto +++ b/config.proto @@ -135,14 +135,14 @@ message Config { /* * Include positional heading - * Indended for use with vehicle not walking speeds + * Intended for use with vehicle not walking speeds * walking speeds are likely to be error prone like the compass */ POS_HEADING = 0x0100; /* * Include positional speed - * Indended for use with vehicle not walking speeds + * Intended for use with vehicle not walking speeds * walking speeds are likely to be error prone like the compass */ POS_SPEED = 0x0200;