diff --git a/src/Utils.h b/src/Utils.h index 4a6ee36..628664c 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -39,7 +39,7 @@ [[gnu::unused]] static String prettyPrintFileSystemType(FileSystems f){ if(f == 0) return "FAT"; - else if(f == 1) return "LitlleFS"; + else if(f == 1) return "LittleFS"; else return ""; }