fix some typos (#314)

Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
cui fliter
2022-07-21 02:57:53 +08:00
committed by GitHub
parent 7f919e6459
commit fec466efa6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ type DefaultEventHandler struct {
// the given output. If verbose is true, all events are logged. Otherwise, only
// response messages are logged.
//
// Deprecated: NewDefaultEventHandler exists for compatability.
// Deprecated: NewDefaultEventHandler exists for compatibility.
// It doesn't allow fine control over the `VerbosityLevel`
// and provides only 0 and 1 options (which corresponds to the `verbose` argument).
// Use DefaultEventHandler{} initializer directly.