Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in lib.rs and keys.rs #818

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

teenager-ETH
Copy link

📝 Title

Fix typos in lib.rs and keys.rs


🔍 Description

This pull request fixes two typos in the following files:

  1. keys.rs:
    • Corrected "coefficent" to "coefficient" in the comment.
  2. lib.rs:
    • Corrected "cipersuite" to "ciphersuite" in the comment.

These changes improve the clarity and correctness of the code comments.


📂 Related Files

The changes were made in the following files:

  • frost-core/src/keys.rs
  • frost-core/src/lib.rs

✅ Checklist

  • Changes are purely textual and do not affect functionality.
  • Comments and documentation were reviewed and updated as needed.
  • All changes adhere to the repository's contributing guidelines.

📌 Related Issues

This PR does not address any specific issues but is part of general code maintenance and improvement.


📎 Additional Notes

  • These changes are limited to fixing typos in comments. No logic or functional changes have been introduced.
  • The corrections ensure better readability and professionalism in the code documentation.

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