From 31463502ecebeb1f3df9bc70494b1e6d3f0ebf56 Mon Sep 17 00:00:00 2001 From: George Tankersley Date: Mon, 15 Feb 2016 21:05:51 -0800 Subject: [PATCH] Fix comment typo --- pkg/master/master.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/master/master.go b/pkg/master/master.go index 40d6e50b32d..58da6482b05 100644 --- a/pkg/master/master.go +++ b/pkg/master/master.go @@ -566,7 +566,7 @@ func (m *Master) thirdpartyapi(group, kind, version string) *apiserver.APIGroupV } } -// getExperimentalResources returns the resources for extenstions api +// getExperimentalResources returns the resources for extensions api func (m *Master) getExtensionResources(c *Config) map[string]rest.Storage { // All resources except these are disabled by default. enabledResources := sets.NewString("horizontalpodautoscalers", "ingresses", "jobs", "replicasets", "deployments")