Skip to content

Commit a58b81e

Browse files
Correct misspelling of occurred
1 parent 6bb8bbc commit a58b81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoLogger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ class LoggerBase
269269

270270
/** Check for a buffer overrun condition.
271271
*
272-
* @returns a boolean indicating whether or not an overrun condition has occured
272+
* @returns a boolean indicating whether or not an overrun condition has occurred
273273
* since the last time flush() was called. If `true`, this indicates that data
274274
* has been lost from the log buffer.
275275
*/

0 commit comments

Comments
 (0)