From 3103346331320c3968f576b91853e242fa2b42cc Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:03:55 -0500 Subject: [PATCH] spelling: measurement Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/idl/nanopb/measurements.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idl/nanopb/measurements.proto b/src/idl/nanopb/measurements.proto index 93ce0d8a..27ca7edb 100644 --- a/src/idl/nanopb/measurements.proto +++ b/src/idl/nanopb/measurements.proto @@ -60,7 +60,7 @@ message MeasurementSet { Good = 6; Excellent = 7; } - enum Type { /// types of measuremetn samples we can take. minor changes to SI units to encode efficiently + enum Type { /// types of measurement samples we can take. minor changes to SI units to encode efficiently UnknownEvent = 0; /// Protocol Buffers uses the first enum as the default TimeMS = 1; /// more percise time, in milliseconds VMC = 2; /// Vector Magnitude Counts. Rough measure of total activity. Unitless