Skip to content

Commit

Permalink
codespell: debuglog.c
Browse files Browse the repository at this point in the history
./src/debuglog.c:101: maxmium ==> maximum
  • Loading branch information
LudovicRousseau committed Feb 11, 2023
1 parent 5949511 commit 5f01134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debuglog.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ INTERNAL void DebugLogCategory(const int category, const unsigned char *buffer,
#else

/**
* Max string size dumping a maxmium of 2 lines of 80 characters
* Max string size dumping a maximum of 2 lines of 80 characters
*/
#define DEBUG_BUF_SIZE 2048

Expand Down

0 comments on commit 5f01134

Please sign in to comment.