spelling: dispatchable
This commit is contained in:
parent
60ef3c3374
commit
8dfafa6a5e
|
@ -191,7 +191,7 @@ func TestBuild_Run(t *testing.T) {
|
||||||
t.Fatal("should be called")
|
t.Fatal("should be called")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verify hooks are disapatchable
|
// Verify hooks are dispatchable
|
||||||
dispatchHook := builder.RunHook
|
dispatchHook := builder.RunHook
|
||||||
dispatchHook.Run("foo", nil, nil, 42)
|
dispatchHook.Run("foo", nil, nil, 42)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue