grim/convey

Spelling error.
inject
2017-10-14, Eric Fritz
06923b191b21
Spelling error.
--- a/docker/environment.go Sat Oct 14 10:09:21 2017 -0500
+++ b/docker/environment.go Sat Oct 14 10:11:49 2017 -0500
@@ -64,7 +64,7 @@
// Remove temp dir on app exit
cleanupFn := st.CleanupList.Add(func() { os.RemoveAll(tmpDir) })
- // Call cleanup function on defer, which will may may instead be called
+ // Call cleanup function on defer, which may instead be called
// if the cleanup thread traps a signal.
defer cleanupFn()