Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit cdb4605

Browse files
committed
Fix unrelated typo that has been bothering me
1 parent 2819b03 commit cdb4605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/metrictank/metrictank.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ func main() {
305305
}
306306

307307
if cluster.Mode == cluster.ModeMulti && len(inputs) > 1 {
308-
log.Warn("It is not recommended to run a mulitnode cluster with more than 1 input plugin.")
308+
log.Warn("It is not recommended to run a multi-node cluster with more than 1 input plugin.")
309309
}
310310

311311
/***********************************

0 commit comments

Comments
 (0)