Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Jun 16, 2024
1 parent a428fb4 commit 9ac72ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ TEST(Commands, parseBanActions)

std::vector<Test> tests{
{
// Normal ban with an added reason, with the user maybe trying to use the --channal parameter at the end, but it gets eaten by the reason
// Normal ban with an added reason, with the user maybe trying to use the --channel parameter at the end, but it gets eaten by the reason
.inputContext =
{
.words = {"/ban", "forsen", "the", "ban", "reason",
Expand Down

0 comments on commit 9ac72ee

Please sign in to comment.