spelling: preemptively

This commit is contained in:
Josh Soref 2018-03-11 17:58:48 +00:00
parent eb127482a4
commit d208d26b6e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ func TestCommand_Args(t *testing.T) {
},
}
for _, tc := range tcases {
// Make a new command. We pre-emptively close the shutdownCh
// Make a new command. We preemptively close the shutdownCh
// so that the command exits immediately instead of blocking.
ui := new(cli.MockUi)
shutdownCh := make(chan struct{})