From 787c944f196a52d1028bb624cb8bdcf8e31548fb Mon Sep 17 00:00:00 2001 From: Bryan Cazabonne Date: Fri, 19 Mar 2021 09:27:53 +0100 Subject: [PATCH] Fixed small typography error in sbas.c. --- src/sbas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbas.c b/src/sbas.c index 5278b6dc7..c9b33e161 100644 --- a/src/sbas.c +++ b/src/sbas.c @@ -385,7 +385,7 @@ static int decode_sbstype25(const sbsmsg_t *msg, sbssat_t *sbssat) return decode_longcorrh(msg,14,sbssat)&&decode_longcorrh(msg,120,sbssat); } -/* decode type 26: ionospheric deley corrections -----------------------------*/ +/* decode type 26: ionospheric delay corrections -----------------------------*/ static int decode_sbstype26(const sbsmsg_t *msg, sbsion_t *sbsion) { int i,j,block,delay,give,band=getbitu(msg->msg,14,4);