Typos: information, annotations (#8761)

Fix two small typos.
pull/8814/head
Justin Santa Barbara 2018-05-29 22:04:54 -07:00 committed by k8s-ci-robot
parent 4ecc84bbce
commit d920131838
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# OPA supports a high-level declarative language named Rego for authoring and
# enforcing policies. For more infomration on Rego, visit
# enforcing policies. For more information on Rego, visit
# http://openpolicyagent.org.
# Rego policies are namespaced by the "package" directive.
@ -15,7 +15,7 @@ import data.kubernetes.clusters
# rule.
#
# The SchedulingPolicy Admission Controller running inside the Federation API
# server will merge these annotatiosn into incoming Federated resources. By
# server will merge these annotations into incoming Federated resources. By
# setting replica-set-preferences, we can control the placement of Federated
# ReplicaSets.
#