From a1a417b05b5fadb2c557032e8646b8c4a8b5fed4 Mon Sep 17 00:00:00 2001 From: William Petit Date: Tue, 12 Feb 2019 10:19:24 +0100 Subject: [PATCH] Fix typo --- emlid/reachview/status_broadcast.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emlid/reachview/status_broadcast.go b/emlid/reachview/status_broadcast.go index 6ca10ed..1b07b31 100644 --- a/emlid/reachview/status_broadcast.go +++ b/emlid/reachview/status_broadcast.go @@ -94,7 +94,7 @@ type Status struct { NumberOfAllEstimatedStates int `mapstructure:"# of all estimated states"` ProcessingCycle int `mapstructure:"processing cycle (ms)"` BaseAntDelta string `mapstructure:"ant delta base"` - NumberOfValidStellites int `mapstructure:"# of valid satellites"` + NumberOfValidSatellites int `mapstructure:"# of valid satellites"` RTKLibVersion string `mapstructure:"2.4.3 Emlid b28"` BytesInInputBuffer string `mapstructure:"bytes in input buffer"` RoverNumberOfSatellites int `mapstructure:"# of satellites rover"`