Chore: Fix typo in nodes.go (#38636)

commmon -> common
This commit is contained in:
Ikko Ashimine 2021-08-27 21:57:41 +09:00 committed by GitHub
parent e872032a2b
commit 202f295e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ var (
logger = log.New("expr")
)
// baseNode includes commmon properties used across DPNodes.
// baseNode includes common properties used across DPNodes.
type baseNode struct {
id int64
refID string