1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-02 08:13:04 +00:00

Fix typos detected by codespell

This commit is contained in:
Carles Fernandez
2025-02-10 13:20:14 +01:00
parent a9688ddad5
commit 32e7dc03ae
105 changed files with 140 additions and 140 deletions

View File

@@ -142,7 +142,7 @@ Concurrent_Queue<int> channel_internal_queue;
std::vector<Gnss_Synchro> gnss_sync_vector;
Gnss_Synchro gnss_synchro;
// ######## GNURADIO BLOCK MESSAGE RECEVER #########
// ######## GNURADIO BLOCK MESSAGE RECEIVER #########
class FrontEndCal_msg_rx;
using FrontEndCal_msg_rx_sptr = gnss_shared_ptr<FrontEndCal_msg_rx>;

View File

@@ -30,7 +30,7 @@ function [satPositions, satClkCorr] = satpos(transmitTime, prnList, ...
%% Initialize constants ===================================================
numOfSatellites = size(prnList, 2);
% GPS constatns
% GPS constants
gpsPi = 3.1415926535898; % Pi used in the GPS coordinate
% system

View File

@@ -41,7 +41,7 @@ Nav_Msg_Udp_Listener::Nav_Msg_Udp_Listener(unsigned short port)
/*
* Blocking call to read nav_message from UDP port
* return true if message parsed succesfully, false ow
* return true if message parsed successfully, false ow
*/
bool Nav_Msg_Udp_Listener::receive_and_parse_nav_message(gnss_sdr::navMsg &message)
{

View File

@@ -51,7 +51,7 @@ $ rinex2assist /path/to/RINEX_nav_file
```
The argument is mandatory (the name of the RINEX navigation file). The name
`gps_ephemeris.xml` is given to the output if GPS NAV data is fould. If the
`gps_ephemeris.xml` is given to the output if GPS NAV data is found. If the
RINEX file contains Galileo data, the corresponding `gal_ephemeris.xml` file
will be generated. The program is also able to extract parameters of the UTC and
the Ionospheric models from the RINEX header, if available. They will be called