File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ func main() {
2626 session .SetMode (mgo .Monotonic , true )
2727
2828 log .Info ("Setting up the registry" )
29- registry := goengine .NewInMemmoryTypeRegistry ()
29+ registry := goengine .NewInMemoryTypeRegistry ()
3030 registry .RegisterType (& RecipeCreated {})
3131 registry .RegisterType (& RecipeRated {})
3232
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ type InMemoryTypeRegistry struct {
2626 types map [string ]reflect.Type
2727}
2828
29- // NewInMemmoryTypeRegistry creates a new in memory registry
30- func NewInMemmoryTypeRegistry () * InMemoryTypeRegistry {
29+ // NewInMemoryTypeRegistry creates a new in memory registry
30+ func NewInMemoryTypeRegistry () * InMemoryTypeRegistry {
3131 return & InMemoryTypeRegistry {make (map [string ]reflect.Type )}
3232}
3333
You can’t perform that action at this time.
0 commit comments