grim/convey

Fix typo in comment.
auto-split
2017-09-25, Eric Fritz
c512a6686152
Parents e4cae873f437
Children 24a966ab69e9
Fix typo in comment.
--- a/state/state.go Mon Sep 25 20:32:41 2017 -0500
+++ b/state/state.go Mon Sep 25 20:41:28 2017 -0500
@@ -86,7 +86,7 @@
}
// GetDelimiter returns the highest (outermost extend task) delimiter registered
-// when a given expandable environment variable. Returns true if found by name.
+// with a given expandable environment variable. Returns true if found by name.
func (st *State) getDelimiter(name string) (string, bool) {
for i := len(st.ExtendFrames) - 1; i >= 0; i-- {
frame := st.ExtendFrames[i]