spelling: dispatchable

This commit is contained in:
Josh Soref 2018-03-13 07:38:01 +00:00
parent 60ef3c3374
commit 8dfafa6a5e
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ func TestBuild_Run(t *testing.T) {
t.Fatal("should be called")
}
// Verify hooks are disapatchable
// Verify hooks are dispatchable
dispatchHook := builder.RunHook
dispatchHook.Run("foo", nil, nil, 42)