diff --git a/examples/waiter/waiter.go b/examples/waiter/waiter.go index ee005bba4..71c008d61 100644 --- a/examples/waiter/waiter.go +++ b/examples/waiter/waiter.go @@ -39,7 +39,7 @@ func main() { zoneId := *createZoneResp.Zone.Id - // The following will wait until the DNS zone is finshed being created + // The following will wait until the DNS zone creation has finished wres, err := wait.CreateZoneWaitHandler(ctx, dnsClient, projectId, zoneId).SetTimeout(15 * time.Minute).WaitWithContext(ctx) if err != nil { fmt.Fprintf(os.Stderr, "[DNS API] Waiting for zone creation: %v\n", err)