summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJędrzej Nowak <pigmej@gmail.com>2016-12-21 11:13:34 +0100
committerGitHub <noreply@github.com>2016-12-21 11:13:34 +0100
commitc7b67c820af67b59be2f127f6182aee797303201 (patch)
treea8c96ffadaa5ea2a8fd61a28fa520233d8556df5
parent8d1273bf658bfabe112331ab19d4af865083e763 (diff)
parent218a6e5bb4b0a6dee25a6e9e360f5b73861c142d (diff)
Merge pull request #222 from EnergyLiYN/kube-b5
Modify spelling mistake
-rw-r--r--contributors/design-proposals/apiserver-watch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/apiserver-watch.md b/contributors/design-proposals/apiserver-watch.md
index 9764768f..572074aa 100644
--- a/contributors/design-proposals/apiserver-watch.md
+++ b/contributors/design-proposals/apiserver-watch.md
@@ -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.