Skip to content

Commit

Permalink
Fix codespell errors (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa committed Nov 11, 2023
2 parents 4a7fe24 + d1d30bb commit 8304caf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .codespell-ignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tust
fram
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "STS1 COBC Full",
"image": "tuwienspaceteam/sts1-cobc:1.2.0"
"image": "tuwienspaceteam/sts1-cobc:1.3.0"
}
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
with:
python-version: "3.8"

- name: Install codespell
run: pip3 install codespell

- name: Format check
run: cmake -D FORMAT_COMMAND=clang-format -P cmake/format.cmake

Expand Down
2 changes: 1 addition & 1 deletion Sts1CobcSw/FileSystem/FileSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ auto lookaheadBuffer = std::array<Byte, pageSize>{};
// 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,
Expand Down

0 comments on commit 8304caf

Please sign in to comment.