mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 04:15:54 +02:00
Fix typos in docs, comments, code (#1483)
This commit is contained in:
parent
44b11c2e5b
commit
0f4ab71f01
23 changed files with 39 additions and 39 deletions
|
@ -54,7 +54,7 @@ func TestParserConfigs(t *testing.T) {
|
|||
t.Fatalf("Compile: (%d/%d) expected valid, got : %s", idx+1, len(CfgTests), err)
|
||||
}
|
||||
if CfgTests[idx].Compiles == false && err == nil {
|
||||
t.Fatalf("Compile: (%d/%d) expected errror", idx+1, len(CfgTests))
|
||||
t.Fatalf("Compile: (%d/%d) expected error", idx+1, len(CfgTests))
|
||||
}
|
||||
|
||||
err = CfgTests[idx].NodeCfg.validate(pctx, EnricherCtx{})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue