engine: resources: Fix typo

This commit is contained in:
Francois Rompre-Lanctot
2020-01-20 22:30:05 -05:00
parent be39fbeff6
commit 104af7e86f

View File

@@ -174,7 +174,7 @@ func FileExpect(p, s string) Step { // path & string
}
}
// FileExpect takes a path and a string to write to that file, and builds a Step
// FileWrite takes a path and a string to write to that file, and builds a Step
// that does that to them.
func FileWrite(p, s string) Step { // path & string
return &manualStep{