typo: "atleast" -> "at least"

This commit is contained in:
Mahmood Ali
2019-05-13 10:01:19 -04:00
parent bfac34d9c5
commit 494642b11c
4 changed files with 6 additions and 6 deletions

View File

@@ -563,7 +563,7 @@ func (d *Driver) ExecTaskStreamingRaw(ctx context.Context,
stream drivers.ExecTaskStream) error {
if len(command) == 0 {
return fmt.Errorf("error cmd must have atleast one value")
return fmt.Errorf("error cmd must have at least one value")
}
handle, ok := d.tasks.Get(taskID)
if !ok {