Skip to content

Commit d55d1a0

Browse files
Merge pull request #346 from wking/successfull-typo
pkg/cvo/sync_worker: Fix "successfull" -> "successful" typo
2 parents ed67bf4 + b2eee77 commit d55d1a0

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)