mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
fix typos
Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 662b3de10a
Component: cli
This commit is contained in:
committed by
Vincent Demeester
parent
a81f1c609e
commit
a3e334ca24
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user