docs: Fix spelling errors in code comments by shbhmexe · Pull Request #2630 · su2code/SU2

@shbhmexe

Fixed multiple spelling errors in comments across the codebase:
- Changed "genral" to "general" in CPhysicalGeometry.cpp
- Changed "caount" to "count" in CPhysicalGeometry.cpp
- Changed "Initilize/initalize" to "Initialize/initialize" (3 occurrences)
- Changed "surronding" to "surrounding" (2 occurrences)
- Changed "Localice" to "Localize" in CPhysicalGeometry.cpp
These documentation-only changes improve code clarity and professionalism
with no impact on functionality.

Signed-off-by:  shbhmexe <shubhushukla586@gmail.com>

@bigfooted bigfooted changed the base branch from master to develop

November 26, 2025 12:52

@bigfooted