Skip to content

Commit e5e9d53

Browse files
committed
Fixed typo
1 parent fcb20ea commit e5e9d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bridge/src/FileIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class FileSystemClass {
8383
// Methods to determine if the requested file path exists.
8484
boolean exists(const char *filepath);
8585

86-
// Create the requested directory heirarchy--if intermediate directories
86+
// Create the requested directory hierarchy--if intermediate directories
8787
// do not exist they will be created.
8888
boolean mkdir(const char *filepath);
8989

0 commit comments

Comments
 (0)