summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorAdam Meech <meech.adam@gmail.com>2018-02-01 09:15:04 -0600
committerGitHub <noreply@github.com>2018-02-01 09:15:04 -0600
commit86e73c6b7d13325621e6fa126a9c605306fbc80a (patch)
treed51dd01ca5a117dc41a3805dab23ec84440ad645 /contributors
parent2c7ff0d3e315d4c6a1da3212b941a15fd4e0c292 (diff)
Fix typo
Diffstat (limited to 'contributors')
-rw-r--r--contributors/devel/scheduler.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/scheduler.md b/contributors/devel/scheduler.md
index f4f671fc..d8da4631 100644
--- a/contributors/devel/scheduler.md
+++ b/contributors/devel/scheduler.md
@@ -6,7 +6,7 @@ and for each Pod, it posts a binding indicating where the Pod should be schedule
## Exploring the code
-We are dividng scheduler into three layers from high level:
+We are dividing scheduler into three layers from high level:
- [cmd/kube-scheduler/scheduler.go](http://releases.k8s.io/HEAD/cmd/kube-scheduler/scheduler.go):
This is the main() entry that does initialization before calling the scheduler framework.
- [pkg/scheduler/scheduler.go](http://releases.k8s.io/HEAD/pkg/scheduler/scheduler.go):