Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Ignacio Gómez <[email protected]>
  • Loading branch information
PierreF and iegomez committed Feb 13, 2021
1 parent 84620d8 commit 04ca042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ func CheckBackendsAcl(username, topic, clientid string, acc int) (bool, error) {
}
}

// If aclCheck is true, it means at least one backend didn't failed and
// If aclCheck is true, it means at least one backend didn't fail and
// accepted the access. In this case trust this backend and clear the error.
if aclCheck {
err = nil
Expand Down

0 comments on commit 04ca042

Please sign in to comment.