Skip to content

Commit f2d42e7

Browse files
committed
typo.
1 parent 774b8d4 commit f2d42e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/services/hcloud/server/server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ func (s *Service) handleBootStateUnset(ctx context.Context) (reconcile.Result, e
240240

241241
updateHCloudMachineStatusFromServer(hm, server)
242242

243-
// If server creation was successfull, but the reconcile failed after server creation, then his
244-
// condition might not be True yet.
243+
// If server creation was successful, but reconciliation failed afterward, its
244+
// condition might not be true yet.
245245
conditions.MarkTrue(hm, infrav1.ServerCreateSucceededCondition)
246246

247247
s.scope.SetProviderID(server.ID)

0 commit comments

Comments
 (0)