-
Notifications
You must be signed in to change notification settings - Fork 174
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
Addressing spelling mistakes in server code. #1753
Conversation
Signed-off-by: Shawn Houston <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @shoustech for this contribution to improve readability. Left 1 nit, otherwise looks good.
Signed-off-by: Shawn Houston <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1753 +/- ##
=======================================
Coverage 67.09% 67.09%
=======================================
Files 94 94
Lines 2404 2404
Branches 318 318
=======================================
Hits 1613 1613
Misses 713 713
Partials 78 78 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* Addressing spelling mistakes in server code. Signed-off-by: Shawn Houston <[email protected]> * Corrected cammel case of renamed variable. Signed-off-by: Shawn Houston <[email protected]> --------- Signed-off-by: Shawn Houston <[email protected]> (cherry picked from commit f854cb3)
* Addressing spelling mistakes in server code. Signed-off-by: Shawn Houston <[email protected]> * Corrected cammel case of renamed variable. Signed-off-by: Shawn Houston <[email protected]> --------- Signed-off-by: Shawn Houston <[email protected]> (cherry picked from commit f854cb3) Co-authored-by: Shawn Houston <[email protected]>
Description
Corrected spelling mistakes in variables found in the
server/
folder code. I also addressed some spelling mistakes in comments when I saw them but they were not a priority.Category
[Bug fix]
Why these changes are required?
Having mis-spelt variables in a set of code can cause bugs during development and should be fixed when possible. This is more a preventative PR more than anything else.
What is the old behavior before changes and new behavior after changes?
There are not any changes in the code before or after changes.
Issues Resolved
#1740
Testing
There has not been any testing outside of reviewing the changes before committing.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.