pysical: minor doc error in consul

ot -> to
This commit is contained in:
Brandon Philips 2015-05-08 23:37:16 -07:00
parent ad3cfa206b
commit 3d3d725fc5

View file

@ -99,7 +99,7 @@ func (c *ConsulBackend) Delete(key string) error {
return err
}
// List is used ot list all the keys under a given
// List is used to list all the keys under a given
// prefix, up to the next prefix.
func (c *ConsulBackend) List(prefix string) ([]string, error) {
defer metrics.MeasureSince([]string{"consul", "list"}, time.Now())