Skip to content

Commit

Permalink
Fix spelling in log messages (#50705)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Jan 2, 2025
1 parent 4976804 commit e594067
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added integrations/terraform/bin/tfplugindocs
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/tbot/service_ca_rotation.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func (s *caRotationService) watchCARotations(ctx context.Context, queueReload fu

// We need to debounce here, as multiple events will be received if
// the user is rotating multiple CAs at once.
s.log.InfoContext(ctx, "CA Rotation step detected; queueing renewa.")
s.log.InfoContext(ctx, "CA Rotation step detected; queueing renewal")
queueReload()
case <-watcher.Done():
if err := watcher.Error(); err != nil {
Expand Down

0 comments on commit e594067

Please sign in to comment.