Correct spelling of default.

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
Ian Campbell
2017-09-07 23:16:05 +01:00
parent aa8bd16ae7
commit 128aaf6eec
2 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ func TestGenerateSpec(t *testing.T) {
}
// check for matching caps
defaults := defaltCaps()
defaults := defaultCaps()
for _, cl := range [][]string{
s.Process.Capabilities.Bounding,
s.Process.Capabilities.Permitted,