1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Fixed typo

This commit is contained in:
Cristian Maglie 2013-11-22 15:04:51 +01:00
parent fcb20ea80c
commit e5e9d536ab

View File

@ -83,7 +83,7 @@ class FileSystemClass {
// Methods to determine if the requested file path exists.
boolean exists(const char *filepath);
// Create the requested directory heirarchy--if intermediate directories
// Create the requested directory hierarchy--if intermediate directories
// do not exist they will be created.
boolean mkdir(const char *filepath);