grim/convey

Fix a typo

2018-02-11, Gary Kramlich
7a5346ae4f58
Parents 35cb993e3262
Children 37339c9211b8
Fix a typo
--- a/state/cleanup.go Sun Feb 11 22:23:28 2018 -0600
+++ b/state/cleanup.go Sun Feb 11 22:39:39 2018 -0600
@@ -36,7 +36,7 @@
functions *arraystack.Stack
}
-// newCleanupList create and initalizes a cleanupList
+// newCleanupList create and initializes a cleanupList
func newCleanupList() *cleanupList {
return &cleanupList{
functions: arraystack.New(),