grim/convey

Fix spelling error.
expand-list
2017-10-02, Eric Fritz
2c14c5d09ab5
Parents 4b00e839b912
Children cad327117fc4
Fix spelling error.
--- a/state/state.go Mon Oct 02 11:21:03 2017 -0500
+++ b/state/state.go Mon Oct 02 11:21:46 2017 -0500
@@ -67,7 +67,7 @@
}
// MapSlice calls SliceMapper on the given environment, but also checks to
-// see if the variable in the env parameter can be expanded inot a list.
+// see if the variable in the env parameter can be expanded into a list.
func (st *State) MapSlice(env, fullEnv []string) ([]string, error) {
clean := []string{}