Skip to content

Commit

Permalink
Merge pull request #2 from hasenradball/develop
Browse files Browse the repository at this point in the history
typo corrections
  • Loading branch information
hasenradball authored Nov 24, 2024
2 parents 34c6af4 + 389e1b6 commit 85cea4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/timeMESZ/timeMESZ.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void setup() {
while (!MESZ::get_time_synchronized()) {
yield();
}
Serial.println("Time successfully syncronized!\n");
Serial.println("Time successfully synchronized!\n");
MESZ::set_time_synchronized_false();
auto syncTime_ms = sntp_get_sync_interval();
Serial.printf("the sntp sync interval is set to : %ld ms / %ld s / %ld min / %ld h", \
Expand Down
4 changes: 2 additions & 2 deletions lib/cMESZ/cMESZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ int MESZ::setUnixTime(timeval * tv) {
}

/**
* @brief print time in formated manner ("2001-08-23 14:55:02")
* @brief print time in formatted manner ("2001-08-23 14:55:02")
*
*/
void MESZ::showTime(void) {
Expand All @@ -168,7 +168,7 @@ void MESZ::showTime(void) {
/**
* @brief function to call stftime for local time
*
* @param ptrtimestr pointer wher to save the time string
* @param ptrtimestr pointer where to save the time string
* @param buffersize buffer size of time string buffer
* @param timeformat format specifier
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/cMESZ/cMESZ.inl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ inline char * MESZ::get_asctime(void) {
}

/**
* @brief get flag isdst -> if summertime is aktive
* @brief get flag isdst -> if summertime is active
*
* @return tm.tm_isdst
*/
Expand Down

0 comments on commit 85cea4f

Please sign in to comment.