Skip to content

Commit 4d03547

Browse files
committed
fix: typo found with codespell
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 8dc2821 commit 4d03547

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/SD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
directories which simplifies interacting with files in subdirectories.
2727
2828
* Utility methods are provided to determine whether a file exists
29-
and to create a directory heirarchy.
29+
and to create a directory hierarchy.
3030
3131
*/
3232

src/bsp_sd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extern "C" {
5050
#endif
5151
#if !defined(STM32_CORE_VERSION) || (STM32_CORE_VERSION <= 0x01060100)
5252
#error "This library version required a STM32 core version > 1.6.1.\
53-
Please update the core or install previous libray version."
53+
Please update the core or install previous library version."
5454
#endif
5555

5656
/*SD Card information structure */

src/ffconf_default_32020.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
/ option to 1 and f_getfree() function at first time after volume mount will
180180
/ force a full FAT scan.
181181
/
182-
/ 0: Load all informations in the FSINFO if available.
182+
/ 0: Load all information in the FSINFO if available.
183183
/ 1: Do not trust free cluster count in the FSINFO.
184184
*/
185185

src/ffconf_default_68300.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
/ number and only an FAT volume found on the physical drive will be mounted.
211211
/ When multi-partition is enabled (1), each logical drive number can be bound to
212212
/ arbitrary physical drive and partition listed in the VolToPart[]. Also f_fdisk()
213-
/ funciton will be available. */
213+
/ function will be available. */
214214

215215

216216
#define _MIN_SS 512

0 commit comments

Comments
 (0)