Xiang Li hace 12 años
padre
commit
e4fde5b044
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      store/keywords.go

+ 1 - 1
store/keywords.go

@@ -13,7 +13,7 @@ var keywords = map[string]bool{
 	"/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.
 func CheckKeyword(key string) bool {
 	key = path.Clean("/" + key)