diff --git a/server/container_create.go b/server/container_create.go index 9e49d718..9e1d935c 100644 --- a/server/container_create.go +++ b/server/container_create.go @@ -250,7 +250,7 @@ func ensureSaneLogPath(logPath string) error { // symlink and we need to remove it. fi, err := os.Lstat(logPath) if err != nil || fi.Mode()&os.ModeSymlink == 0 { - // Non-existant files and non-symlinks aren't our problem. + // Non-existent files and non-symlinks aren't our problem. return nil }