From 752def492ff6629982556cfc69380845424ab14f Mon Sep 17 00:00:00 2001 From: oaq Date: Fri, 17 Jan 2025 00:43:44 +1100 Subject: [PATCH] spelling --- src/ionex.c | 2 +- src/preceph.c | 2 +- src/sbas.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ionex.c b/src/ionex.c index 73fc30f73..d4cd62385 100644 --- a/src/ionex.c +++ b/src/ionex.c @@ -274,7 +274,7 @@ static void combtec(nav_t *nav) /* read ionex tec grid file ---------------------------------------------------- * read ionex ionospheric tec grid file * args : char *file I ionex tec grid file -* (wind-card * is expanded) +* (wild-card * is expanded) * nav_t *nav IO navigation data * nav->nt, nav->ntmax and nav->tec are modified * int opt I read option (1: no clear of tec data,0:clear) diff --git a/src/preceph.c b/src/preceph.c index 0ff919545..9813c372f 100644 --- a/src/preceph.c +++ b/src/preceph.c @@ -292,7 +292,7 @@ static void combpeph(nav_t *nav, int opt) /* read sp3 precise ephemeris file --------------------------------------------- * read sp3 precise ephemeris/clock files and set them to navigation data * args : char *file I sp3-c precise ephemeris file -* (wind-card * is expanded) +* (wild-card * is expanded) * nav_t *nav IO navigation data * int opt I options (1: only observed + 2: only predicted + * 4: not combined) diff --git a/src/sbas.c b/src/sbas.c index e952cbca1..e338d9850 100644 --- a/src/sbas.c +++ b/src/sbas.c @@ -530,7 +530,7 @@ static int cmpmsgs(const void *p1, const void *p2) } /* read sbas message file ------------------------------------------------------ * read sbas message file -* args : char *file I sbas message file (wind-card * is expanded) +* args : char *file I sbas message file (wild-card * is expanded) * int sel I sbas satellite prn number selection (0:all) * (gtime_t ts I start time) * (gtime_t te I end time )