-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Describe the bug
There are multiple occurrences of the misspelled word "Entitiy" in the codebase. This typo should be corrected to "Entity" to maintain consistency and avoid potential issues.
For example, the following methods contain this typo:
- virtual std::shared_ptr GetEntitiyObject() const https://github.com/RA-Consulting-GmbH/openscenario.api.test/blob/master/cpp/openScenarioLib/generated/v1_3/api/ApiClassInterfacesV1_3.h#L14767
- virtual bool IsSetEntitiyObject() const = 0; https://github.com/RA-Consulting-GmbH/openscenario.api.test/blob/master/cpp/openScenarioLib/generated/v1_3/api/ApiClassInterfacesV1_3.h#L14803
To Reproduce
Steps to reproduce the behavior:
- Search the codebase for occurrences of "Entitiy".
- Identify all instances where "Entitiy" should be replaced with "Entity".
- Observe incorrect method names and other affected parts of the code
Expected behavior
All instances of "Entitiy" should be corrected to "Entity" to ensure consistency and prevent confusion.
Additional context
This typo may lead to inconsistencies, difficulties in searching for code references, and potential function call errors. A global search and replace should be performed to fix all instances of "Entitiy" in the codebase.
Metadata
Metadata
Assignees
Labels
No labels