Fix typos

From patch #10399
This commit is contained in:
Florian La Roche
2023-10-14 17:34:13 +02:00
committed by Erik Ekman
parent 1eeb70fbfa
commit 670a2f0827
2 changed files with 4 additions and 4 deletions

View File

@@ -158,14 +158,14 @@
/** SNTP receive timeout - in milliseconds
* Also used as retry timeout - this shouldn't be too low.
* Default is 15 seconds. Must not be beolw 15 seconds by specification (i.e. 15000)
* Default is 15 seconds. Must not be below 15 seconds by specification (i.e. 15000)
*/
#if !defined SNTP_RECV_TIMEOUT || defined __DOXYGEN__
#define SNTP_RECV_TIMEOUT 15000
#endif
/** SNTP update delay - in milliseconds
* Default is 1 hour. Must not be beolw 60 seconds by specification (i.e. 60000)
* Default is 1 hour. Must not be below 60 seconds by specification (i.e. 60000)
*/
#if !defined SNTP_UPDATE_DELAY || defined __DOXYGEN__
#define SNTP_UPDATE_DELAY 3600000