From 97f4818ce1e09dd56dc2be820930924e870827e9 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 13 Jun 2019 11:29:01 +0200 Subject: storage: fix typo Signed-off-by: Giuseppe Scrivano --- pkg/spec/storage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/spec/storage.go b/pkg/spec/storage.go index e221b5cb5..056f004ca 100644 --- a/pkg/spec/storage.go +++ b/pkg/spec/storage.go @@ -384,7 +384,7 @@ func (config *CreateConfig) getMounts() (map[string]spec.Mount, map[string]*libp } finalNamedVolumes[volume.Dest] = volume default: - return nil, nil, errors.Errorf("invalid fylesystem type %q", kv[1]) + return nil, nil, errors.Errorf("invalid filesystem type %q", kv[1]) } } -- cgit v1.2.3-54-g00ecf