Skip to content

Commit cb307ba

Browse files
authored
LitlleFS -> LittleFS
1 parent 30b1a52 commit cb307ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
[[gnu::unused]] static String prettyPrintFileSystemType(FileSystems f){
4141
if(f == 0) return "FAT";
42-
else if(f == 1) return "LitlleFS";
42+
else if(f == 1) return "LittleFS";
4343
else return "";
4444
}
4545

0 commit comments

Comments
 (0)