Commit b0689b0a authored by erictune's avatar erictune

Merge pull request #698 from danmcp/fix_typos

Fixing typo
parents 0ad9221f d94f5c33
...@@ -77,7 +77,7 @@ func (r RealPodControl) deletePod(podID string) error { ...@@ -77,7 +77,7 @@ func (r RealPodControl) deletePod(podID string) error {
return r.kubeClient.DeletePod(podID) return r.kubeClient.DeletePod(podID)
} }
// MakeReplicationManager craetes a new ReplicationManager. // MakeReplicationManager creates a new ReplicationManager.
func MakeReplicationManager(etcdClient tools.EtcdClient, kubeClient client.Interface) *ReplicationManager { func MakeReplicationManager(etcdClient tools.EtcdClient, kubeClient client.Interface) *ReplicationManager {
rm := &ReplicationManager{ rm := &ReplicationManager{
kubeClient: kubeClient, kubeClient: kubeClient,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment