Skip to content

Commit

Permalink
Merge pull request kubernetes#698 from danmcp/fix_typos
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
erictune committed Jul 30, 2014
2 parents 0ad9221 + d94f5c3 commit b0689b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/replication_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (r RealPodControl) deletePod(podID string) error {
return r.kubeClient.DeletePod(podID)
}

// MakeReplicationManager craetes a new ReplicationManager.
// MakeReplicationManager creates a new ReplicationManager.
func MakeReplicationManager(etcdClient tools.EtcdClient, kubeClient client.Interface) *ReplicationManager {
rm := &ReplicationManager{
kubeClient: kubeClient,
Expand Down

0 comments on commit b0689b0

Please sign in to comment.