This commit is contained in:
Lihua Tang 2018-02-08 11:15:50 +08:00 committed by Manuel Alejandro de Brito Fontes
parent d76ea2c6f4
commit 1947f35121
6 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@ func NewLocalFS() (Filesystem, error) {
return fs, nil
}
// NewFakeFS creates an in-memory filesytem with all the required
// NewFakeFS creates an in-memory filesystem with all the required
// paths used by the ingress controller.
// This allows running test without polluting the local machine.
func NewFakeFS() (Filesystem, error) {