Skip to content

Conversation

@oxyzenQ
Copy link

@oxyzenQ oxyzenQ commented Nov 25, 2025

Found Typo:

File: hyprtester/src/tests/clients/pointer-warp.cpp (Line ~104-105)

std::string recieved = std::string{client.readBuf.data()};

Issue: recieved should be received

  • Correct spelling: "received" (i-before-e after c)
  • Current spelling: "recieved" (incorrect)

Describe your PR, what does it fix/add?

Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)

Is it ready for merging, or does it need work?

Found Typo:

File: hyprtester/src/tests/clients/pointer-warp.cpp (Line ~104-105)

std::string recieved = std::string{client.readBuf.data()};

Issue: recieved should be received
- Correct spelling: "received" (i-before-e after c)
- Current spelling: "recieved" (incorrect)
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