From 268a1306b4cdd310c888fc23fc2a908aa0d3c215 Mon Sep 17 00:00:00 2001 From: jg Chen <21521209@zju.edu.cn> Date: Mon, 20 Feb 2017 12:52:00 +0800 Subject: [PATCH] fix misspell "roughly" in config.go --- staging/src/k8s.io/apiserver/pkg/server/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/apiserver/pkg/server/config.go b/staging/src/k8s.io/apiserver/pkg/server/config.go index 9f110556776..507060c80b7 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/config.go +++ b/staging/src/k8s.io/apiserver/pkg/server/config.go @@ -70,7 +70,7 @@ const ( ) // Config is a structure used to configure a GenericAPIServer. -// It's members are sorted rougly in order of importance for composers. +// It's members are sorted roughly in order of importance for composers. type Config struct { // SecureServingInfo is required to serve https SecureServingInfo *SecureServingInfo