Skip to content

Commit 962ba78

Browse files
committed
Correct typos in comments
The codespell spellchecker tool is used to automatically detect commonly misspelled words in the files of this project. The misspelled words dictionary was expanded in the latest release of codespell, which resulted in the detection of misspelled words in the project's comments. The typos are hereby corrected, which will restore the spell check to a passing state.
1 parent 4a1478b commit 962ba78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Arduino_POSIXStorage.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
*********************************************************************************************************
5858
*/
5959

60-
// These are necesssary to expose to the sketch to get the retargeting from mbed -->
60+
// These are necessary to expose to the sketch to get the retargeting from mbed -->
6161

6262
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_OPTA)
6363
#include <mbed.h>
@@ -74,7 +74,7 @@
7474
*********************************************************************************************************
7575
*/
7676

77-
// These are necesssary to expose to the sketch to get the retargeting from mbed -->
77+
// These are necessary to expose to the sketch to get the retargeting from mbed -->
7878

7979
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_OPTA)
8080
using mbed::FATFileSystem;

0 commit comments

Comments
 (0)