fix: correct Logging error occurred typo in local.go#429
Conversation
Fixes 'Logging error ocurred' in api/aws/local.go and 'an error ocurred' in api/aws/s3.go
|
Thanks for this contribution! This PR looks ready to merge — the fix is targeted and the change is clean. Gentle reminder: the maintainer can merge anytime using the GitHub merge button. 🚀 |
|
Hi! This PR looks good to merge — just a gentle reminder when you have a chance 🙏 |
|
🎯 This PR appears ready to merge — small typo fix, clean diff, mergeable. Bump for visibility! |
|
This PR looks ready to merge! Just a gentle reminder 🙏 |
|
Thanks for maintaining this project! Hope this PR can be reviewed soon. Happy to make changes if needed! 🙏 |
|
Hi! Just checking in — this PR is still waiting for review. Happy to make any changes if needed. Thanks! 🙏 |
|
Helpful fix! This would be great to have merged. 👍 |
|
Hi! Just checking in - hoping to get this PR merged soon. Happy to make any adjustments if needed! |
|
This PR looks ready for merge! 🎉 |
|
Still hoping this gets merged! 🙏 |
|
Hi @multycloud, checking in on this typo fix PR. It looks clean and ready to merge. Would appreciate your review. Thanks! |
Fixes a typo in api/aws/local.go line 57: 'Logging error ocurred' → 'Logging error occurred'
Note: A previous PR (#428) attempted to fix this and additional instances in api/aws/s3.go, but was closed due to GitHub infrastructure issues (mergeable_state=blocked with no actual checks running). The s3.go instances from that PR remain unfixed as well; this PR only addresses the local.go instance.