Merge pull request #733 from FreeBear-nc/spelling

Minor spelling mistake corrected
This commit is contained in:
fvanroie 2024-05-20 17:17:37 +02:00 committed by GitHub
commit 8fc9ec7e17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,7 +180,7 @@ void filesystemList()
#else
if(!HASP_FS.begin(true)) { // default vfs path: /littlefs
#endif
LOG_ERROR(TAG_FILE, F("Flash file system not mouted."));
LOG_ERROR(TAG_FILE, F("Flash file system not mounted."));
} else {
LOG_VERBOSE(TAG_FILE, F("Listing files on the internal flash:"));