Skip to content

Commit

Permalink
fix spelling of separate
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed Feb 18, 2015
1 parent b644f63 commit 0d2d6ed
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Godeps/_workspace/src/github.com/miekg/dns/dnssec_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Godeps/_workspace/src/github.com/miekg/dns/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contrib/init/systemd/environ/config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# kubelet.service
# kube-proxy.service

# Comma seperated list of nodes in the etcd cluster
# Comma separated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd_servers=http://127.0.0.1:4001"

# logging to stderr means we get it in the systemd journal
Expand Down
2 changes: 1 addition & 1 deletion contrib/init/systemd/environ/controller-manager
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# defaults from config and apiserver should be adequate

# Comma seperated list of minions
# Comma separated list of minions
KUBELET_ADDRESSES="--machines=127.0.0.1"

# Add you own!
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started-guides/centos/centos_manual_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ echo "192.168.121.9 centos-master
* Edit /etc/kubernetes/config which will be the same on all hosts to contain:

```
# Comma seperated list of nodes in the etcd cluster
# Comma separated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd_servers=http://centos-master:4001"
# logging to stderr means we get it in the systemd journal
Expand Down Expand Up @@ -89,7 +89,7 @@ KUBE_API_ARGS=""

* Edit /etc/kubernetes/controller-manager to appear as such:
```
# Comma seperated list of minions
# Comma separated list of minions
KUBELET_ADDRESSES="--machines=centos-minion"
```

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started-guides/fedora/fedora_manual_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "192.168.121.9 fed-master
* Edit /etc/kubernetes/config which will be the same on all hosts to contain:

```
# Comma seperated list of nodes in the etcd cluster
# Comma separated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd_servers=http://fed-master:4001"
# logging to stderr means we get it in the systemd journal
Expand Down Expand Up @@ -78,7 +78,7 @@ KUBE_API_ARGS=""

* Edit /etc/kubernetes/controller-manager to appear as such:
```
# Comma seperated list of minions
# Comma separated list of minions
KUBELET_ADDRESSES="--machines=fed-minion"
```

Expand Down

0 comments on commit 0d2d6ed

Please sign in to comment.