Skip to content

Commit

Permalink
fix typo in the binary log (#5467)
Browse files Browse the repository at this point in the history
Signed-off-by: kennylong <im.longkai@gmail.com>
  • Loading branch information
longkai committed Jun 24, 2022
1 parent 15739b5 commit 755bf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/binarylog/binarylog.go
Expand Up @@ -42,14 +42,14 @@ var binLogger Logger

var grpclogLogger = grpclog.Component("binarylog")

// SetLogger sets the binarg logger.
// SetLogger sets the binary logger.
//
// Only call this at init time.
func SetLogger(l Logger) {
binLogger = l
}

// GetLogger gets the binarg logger.
// GetLogger gets the binary logger.
//
// Only call this at init time.
func GetLogger() Logger {
Expand Down

0 comments on commit 755bf5a

Please sign in to comment.