Fix typo in function name

This commit is contained in:
Yves Peter 2017-08-11 22:57:06 +02:00
parent fdcd4e1cd3
commit 4ea8bceb09

View file

@ -342,7 +342,7 @@ func (ic GenericController) GetDefaultBackend() defaults.Backend {
}
// GetRecorder returns the event recorder
func (ic GenericController) GetRecoder() record.EventRecorder {
func (ic GenericController) GetRecorder() record.EventRecorder {
return ic.recorder
}