Merge pull request #698 from danmcp/fix_typos

Fixing typo
pull/6/head
erictune 2014-07-30 08:55:57 -07:00
commit b0689b0acf
1 changed files with 1 additions and 1 deletions

View File

@ -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,