Skip to content

Commit 51c8341

Browse files
committed
Fix various cosmetic typos
1 parent 180043e commit 51c8341

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

app/qtapp/strsvr_qt/convdlg.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<string/>
156156
</property>
157157
<property name="text">
158-
<string>Message Types (Inteval: s) separeted by ,</string>
158+
<string>Message Types (Inteval: s) separated by ,</string>
159159
</property>
160160
</widget>
161161
</item>

app/winapp/strsvr/convdlg.dfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object ConvDialog: TConvDialog
3535
Top = 34
3636
Width = 208
3737
Height = 13
38-
Caption = 'Message Types (Inteval: s) separeted by ,'
38+
Caption = 'Message Types (Inteval: s) separated by ,'
3939
end
4040
object BtnOk: TButton
4141
Left = 177

src/postpos.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static pcvs_t pcvsr={0}; /* satellite antenna parameters */
5959
static obs_t obss={0}; /* observation data */
6060
static nav_t navs={0}; /* navigation data */
6161
static sbs_t sbss={0}; /* sbas messages */
62-
static sta_t stas[MAXRCV]; /* station infomation */
62+
static sta_t stas[MAXRCV]; /* station information */
6363
static int nepoch=0; /* number of observation epochs */
6464
static int iobsu =0; /* current rover observation data index */
6565
static int iobsr =0; /* current reference observation data index */

src/rcv/novatel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* improve unchange-test of beidou ephemeris
5454
* 2017/06/15 1.15 add output half-cycle-ambiguity status to LLI
5555
* improve slip-detection by lock-time rollback
56-
* 2018/10/10 1.16 fix problem on data souce for galileo ephemeris
56+
* 2018/10/10 1.16 fix problem on data source for galileo ephemeris
5757
* output L2W instead of L2D for L2Pcodeless
5858
* test toc difference to output beidou ephemeris
5959
* 2019/05/10 1.17 save galileo E5b data to obs index 2

src/solution.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ extern int outsols(uint8_t *buff, const sol_t *sol, const double *rb,
16251625
return p-buff;
16261626
}
16271627
/* output solution extended ----------------------------------------------------
1628-
* output solution exteneded infomation
1628+
* output solution exteneded information
16291629
* args : uint8_t *buff IO output buffer
16301630
* sol_t *sol I solution
16311631
* ssat_t *ssat I satellite status
@@ -1710,7 +1710,7 @@ extern void outsol(FILE *fp, const sol_t *sol, const double *rb,
17101710
}
17111711
}
17121712
/* output solution extended ----------------------------------------------------
1713-
* output solution exteneded infomation to file
1713+
* output solution exteneded information to file
17141714
* args : FILE *fp I output file pointer
17151715
* sol_t *sol I solution
17161716
* ssat_t *ssat I satellite status

src/stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
#define NTRIP_RSP_HTTP "HTTP/" /* ntrip response: http */
117117
#define NTRIP_RSP_ERROR "ERROR" /* ntrip response: error */
118118
#define NTRIP_RSP_UNAUTH "HTTP/1.0 401 Unauthorized\r\n"
119-
#define NTRIP_RSP_ERR_PWD "ERROR - Bad Pasword\r\n"
119+
#define NTRIP_RSP_ERR_PWD "ERROR - Bad Password\r\n"
120120
#define NTRIP_RSP_ERR_MNTP "ERROR - Bad Mountpoint\r\n"
121121

122122
#define FTP_CMD "wget" /* ftp/http command */

0 commit comments

Comments
 (0)