Skip to content

Commit b2eee77

Browse files
committed
pkg/cvo/sync_worker: Fix "successfull" -> "successful" typo
Typo from aceb5bc (pkg: add precondition handlers and perform these checks before accepting Update, 2019-08-26, #243).
1 parent 21c4c35 commit b2eee77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cvo/sync_worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ func (w *SyncWorker) syncOnce(ctx context.Context, work *SyncWork, maxWorkers in
511511
payloadUpdate.VerifiedImage = info.Verified
512512
payloadUpdate.LoadedAt = time.Now()
513513

514-
// need to make sure the payload is only set when the preconditions have been successfull
514+
// need to make sure the payload is only set when the preconditions have been successful
515515
if !info.Local && len(w.preconditions) > 0 {
516516
reporter.Report(SyncWorkerStatus{
517517
Generation: work.Generation,

0 commit comments

Comments
 (0)