Skip to content

Commit 1a38d1d

Browse files
committed
MCU8MASS-1127 Correct typo
1 parent 4f0348b commit 1a38d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/low_power.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ void LowPowerClass::powerSave(void) {
566566
Log.warnf("Operator was not able to match the requested power "
567567
"save mode period of %d seconds. ",
568568
period_requested);
569-
Log.rawf("Operator sat the period to %d seconds.\r\n", period);
569+
Log.rawf("Operator set the period to %d seconds.\r\n", period);
570570
}
571571

572572
retrieved_period = true;

0 commit comments

Comments
 (0)