Xiang Li 13 年之前
父節點
當前提交
e4fde5b044
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      store/keywords.go

+ 1 - 1
store/keywords.go

@@ -13,7 +13,7 @@ var keywords = map[string]bool{
 	"/machines":       true,
 	"/machines":       true,
 }
 }
 
 
-// CheckKeyWord will check if the key contains the keyword.
+// CheckKeyword will check if the key contains the keyword.
 // For now, we only check for prefix.
 // For now, we only check for prefix.
 func CheckKeyword(key string) bool {
 func CheckKeyword(key string) bool {
 	key = path.Clean("/" + key)
 	key = path.Clean("/" + key)