mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +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
|
@ -13,7 +13,7 @@ type Trigger struct {
|
|||
|
||||
func (t *Trigger) OnBucketPour(b *BucketFactory) func(types.Event, *Leaky) *types.Event {
|
||||
// Pour makes the bucket overflow all the time
|
||||
// TriggerPour unconditionnaly overflows
|
||||
// TriggerPour unconditionally overflows
|
||||
return func(msg types.Event, l *Leaky) *types.Event {
|
||||
if l.Mode == TIMEMACHINE {
|
||||
var d time.Time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue