Modify spelling mistake

Signed-off-by: yanan Lee <energylyn@zju.edu.cn>
This commit is contained in:
yanan Lee 2016-12-21 17:24:00 +08:00
parent d818a2dadc
commit 218a6e5bb4
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ we will store two things:
- the resourceVersion of the object (being an etcdIndex)
- the object watched from etcd itself (in a deserialized form)
This should be as simple as having an array an treating it as a cyclic buffer.
This should be as simple as having an array and treating it as a cyclic buffer.
Obviously resourceVersion of objects watched from etcd will be increasing, but
they are necessary for registering a new watcher that is interested in all the
changes since a given etcdIndex.