Skip to content

Commit

Permalink
Fix spellcheck (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Oct 3, 2023
1 parent 9d21c5b commit 32f69fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[codespell]
skip = ./testing/**/*,./.git/**/*,./external/cxxopts/cxxopts.hpp
skip = ./testing/**/*,./.git/**/*,./external/cxxopts/cxxopts.hpp,./external/nlohmann_json/nlohmann/json.hpp
ignore-words-list=nnumber,unknwn,dota,modle
2 changes: 1 addition & 1 deletion library/testing/TestSDKCamera.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <iostream>
#include <limits>

// TODO these methodes should be put in types.h at some point.
// TODO these methods should be put in types.h at some point.
// https://github.com/f3d-app/f3d/issues/361
bool compareDouble(double a, double b)
{
Expand Down

0 comments on commit 32f69fa

Please sign in to comment.