Skip to content

Commit ade74bd

Browse files
committed
Small typo
1 parent 36e3748 commit ade74bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PJONModuleInterfaceSet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class PJONModuleInterfaceSet : public ModuleInterfaceSet {
7676
#ifdef DEBUG_PRINT
7777
if (do_sync) {Serial.print(F("Scheduled broadcast of time sync: ")); Serial.println(now()); }
7878
#endif
79-
// Check in any module has reported that is it missing time
79+
// Check if any module has reported that is it missing time
8080
if (!do_sync) {
8181
for (uint8_t i = 0; i < num_interfaces; i++) if (interfaces[i]->status_bits & MISSING_TIME) {
8282
#ifdef DEBUG_PRINT

0 commit comments

Comments
 (0)