Skip to content

Commit e3eff1d

Browse files
authored
Fix spelling error
thest => test
1 parent fc33ee0 commit e3eff1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/tests/Arduino_POSIXStorage_Test/Arduino_POSIXStorage_Test.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void setup() {
6161
}
6262

6363
Serial.begin(9600);
64-
// We can't have the Serial Monitor connected when we thest USB on the Opta, and this will cause
64+
// We can't have the Serial Monitor connected when we test USB on the Opta, and this will cause
6565
// the test to freeze unless we skip it
6666
if (TEST_OPTA_USB != selectedTest)
6767
{

0 commit comments

Comments
 (0)