1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-08 11:22:40 +03: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);