diff --git a/.codespell-ignore b/.codespell-ignore index d6f60c77..bd7cb50c 100644 --- a/.codespell-ignore +++ b/.codespell-ignore @@ -1 +1,2 @@ tust +fram diff --git a/Sts1CobcSw/FileSystem/FileSystem.cpp b/Sts1CobcSw/FileSystem/FileSystem.cpp index ac2573d3..dda72028 100644 --- a/Sts1CobcSw/FileSystem/FileSystem.cpp +++ b/Sts1CobcSw/FileSystem/FileSystem.cpp @@ -40,7 +40,7 @@ auto lookaheadBuffer = std::array{}; // TODO: Check if they need to be global lfs_t lfs{}; lfs_file_t lfsFile{}; -// TODO: Maybe add a conifg header to set things like NAME_MAX or whatever. That could safe a bit of +// TODO: Maybe add a config header to set things like NAME_MAX or whatever. That could safe a bit of // RAM. lfs_config const lfsConfig{.read = &Read, .prog = &Program,