From a3e334ca243e162f1c5160ea2366a00f4945b800 Mon Sep 17 00:00:00 2001 From: allencloud Date: Sun, 8 May 2016 09:36:10 +0800 Subject: [PATCH] fix typos Signed-off-by: allencloud Upstream-commit: 662b3de10a965452c616fb9a3c8edd3119cb54ec Component: cli --- components/cli/opts/opts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/opts/opts.go b/components/cli/opts/opts.go index e1d3c2db15..9bd8040d25 100644 --- a/components/cli/opts/opts.go +++ b/components/cli/opts/opts.go @@ -251,7 +251,7 @@ func ValidateLabel(val string) (string, error) { return val, nil } -// ValidateSysctl validates an sysctl and returns it. +// ValidateSysctl validates a sysctl and returns it. func ValidateSysctl(val string) (string, error) { validSysctlMap := map[string]bool{ "kernel.msgmax": true,