cluster: fix typo in error messages (memeberlist to memberlist) - #5472
cluster: fix typo in error messages (memeberlist to memberlist)#5472mihir-dixit2k27 wants to merge 1 commit into
Conversation
Signed-off-by: Mihir Dixit <dixitmihir1@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe TLS connection code corrects the ChangesMemberlist error messages
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a narrowly scoped correction to two error-message typos and does not change runtime behavior; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Title: cluster: fix typo in tls_connection error messages
Fix a typo in two error strings in
cluster/tls_connection.gowhere memeberlist was written instead of memberlist.