Skip to content

Commit

Permalink
chore: Fix typo in waiting for log (#544)
Browse files Browse the repository at this point in the history
chore: Fix typo in `waiting for` log
  • Loading branch information
rjan90 authored Aug 8, 2024
1 parent 6745ba1 commit a8a23f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f3.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (m *F3) Start(startCtx context.Context) (_err error) {
return err
} else if delay > 0 {
manifestChangeTimer.Reset(delay)
log.Infow("waiting for boostrap epoch", "duration", delay.String())
log.Infow("waiting for bootstrap epoch", "duration", delay.String())
} else {
if err := m.reconfigure(m.runningCtx, pendingManifest); err != nil {
return fmt.Errorf("failed to reconfigure F3: %w", err)
Expand Down

0 comments on commit a8a23f1

Please sign in to comment.