Skip to content

Conversation

@majiayu000
Copy link

Summary

This PR fixes several spelling errors across the codebase:

Typo Correct Files
occured occurred test_query.py, schema.py
recieved received zmq_consumer.py
ephmeral ephemeral user_code.py
propeties properties data_protocol.py
succesfullly successfully notifier_service.py
succesfully successfully log_service.py
inheritence inheritance syft_object.py

Changes

  • Fixed 8 files with 13 spelling corrections
  • No functional changes, only string/comment corrections

Test plan

  • Python syntax validation passed
  • Changes are limited to string literals and comments

Fixed the following spelling errors:
- occured -> occurred (5 occurrences)
- recieved -> received (1 occurrence)
- ephmeral -> ephemeral (1 occurrence)
- propeties -> properties (2 occurrences)
- succesfullly -> successfully (1 occurrence)
- succesfully -> successfully (1 occurrence)
- inheritence -> inheritance (2 occurrences)

Signed-off-by: majiayu000 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant