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

Fix typos detected by codespell

This commit is contained in:
Carles Fernandez
2019-07-09 11:52:53 +02:00
parent 24007b59e5
commit 4adb05570a
20 changed files with 23 additions and 23 deletions

View File

@@ -102,7 +102,7 @@ private:
static void static_pcap_callback(u_char *args, const struct pcap_pkthdr *pkthdr, const u_char *packet);
/*
* Opens the ethernet device using libpcap raw capture mode
* If any of these fail, the fuction retuns the error and exits.
* If any of these fail, the function returns the error and exits.
*/
bool open();
};