fix: correct occured to occurred typo in source comments and error messages#5
fix: correct occured to occurred typo in source comments and error messages#5Jah-yee wants to merge 1 commit into
Conversation
…ssages Corrects spelling of 'occurred' in: - src/core.rs: expect() error messages and doc comments (4 occurrences) - src/crash.rs: doc comments and ExitKind variants (3 occurrences) - src/error.rs: doc comments and format strings (3 occurrences) - src/exceptions.rs: doc comments (3 occurrences) - src/loader.rs: example code (1 occurrence) - src/memory.rs: doc comments and expect() string (3 occurrences) Total: 6 files, 17 line replacements (19 insertions, 19 deletions)
|
👋 Hi! Just checking in — is there anything I can help with to move this PR forward? Happy to address any feedback! 🙏 |
|
👍 Looks good to merge — clean fix, thanks for contributing! |
|
Thank you for this contribution! This PR looks good for merge. Please consider merging it when ready. 🙏 |
|
Hi @ALL, gentle reminder that this PR is waiting for review. Happy to make any changes — just let me know! 🙏 |
|
Thank you for this contribution! This PR looks good for merge. Please consider merging it when ready 🙏 |
|
Thank you for this contribution! Bumping for visibility. 🙏 |
|
Since there has been no response from the maintainer for a while, I would like to kindly follow up on this PR. I believe the fix is valuable and would love to contribute. Please let me know if any changes are needed, or if it can be merged. Thank you! |
|
Bump — ready to merge 🎯 |
Summary
Corrects the spelling of
occurred(replacesoccured) across 6 source files in the AArch64 hypervisor fuzzer codebase.Changes
Total: 6 files, 17 typo fixes
Type
Verification
cargo checkpasses ✅