Skip to content

fixed spelling of receive and received through a global search of the backend.#853

Merged
Matthew-Dobson merged 3 commits intomainfrom
852-fix-spelling-of-receive-in-backend
Nov 15, 2025
Merged

fixed spelling of receive and received through a global search of the backend.#853
Matthew-Dobson merged 3 commits intomainfrom
852-fix-spelling-of-receive-in-backend

Conversation

@Matthew-Dobson
Copy link
Copy Markdown
Contributor

No description provided.

@Matthew-Dobson Matthew-Dobson requested review from a team and 1Blademaster November 14, 2025 14:24
@Matthew-Dobson Matthew-Dobson self-assigned this Nov 14, 2025
Copilot AI review requested due to automatic review settings November 14, 2025 14:24
@Matthew-Dobson Matthew-Dobson linked an issue Nov 14, 2025 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes spelling errors throughout the backend codebase, specifically correcting "recieve" to "receive" and "recieved" to "received". The changes primarily affect test files and documentation strings.

Key Changes

  • Updated function imports and calls from send_and_recieve to send_and_receive in test files
  • Corrected docstring spelling in test helper functions and motor test utilities
  • Fixed documentation comments in the flight modes controller

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
radio/tests/test_states.py Updated import and function calls to use corrected send_and_receive spelling
radio/tests/test_motors.py Fixed spelling in docstrings from "recieved" to "received"
radio/tests/test_gripper.py Updated import and all function calls to use corrected send_and_receive spelling
radio/tests/test_comPorts.py Updated import and all function calls to use corrected send_and_receive spelling
radio/tests/helpers.py Renamed helper function and updated docstring (contains naming issue)
radio/app/controllers/flightModesController.py Fixed spelling in docstrings from "recieved" to "received" (contains additional spelling errors)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread radio/app/controllers/flightModesController.py Outdated
Comment thread radio/app/controllers/flightModesController.py Outdated
@Matthew-Dobson Matthew-Dobson merged commit 03bb7a8 into main Nov 15, 2025
7 checks passed
@Matthew-Dobson Matthew-Dobson deleted the 852-fix-spelling-of-receive-in-backend branch November 15, 2025 22:15
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.

Fix spelling of receive in backend

3 participants