[Refactoring] Fixed common spelling typos in core components#34841
[Refactoring] Fixed common spelling typos in core components#34841Lagmator22 wants to merge 3 commits intoopenvinotoolkit:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR corrects several spelling typos across core C/C++ headers, tests, and documentation to improve readability and professionalism without changing runtime behavior.
Changes:
- Fixed repeated “occurence” → “occurrence” in a functional test.
- Corrected common typos in core plugin headers and inference code comments (e.g., “suport”, “transfered”, “Paramater”).
- Updated API docs and error strings to fix “paramater/overrided/avaliable” typos.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/op_cache.cpp | Fixes typo in test comment (“occurrence”). |
| src/plugins/intel_cpu/src/nodes/tensoriterator.h | Fixes typo in struct field Doxygen comment (“transferred”). |
| src/plugins/intel_cpu/src/nodes/subgraph.h | Fixes typo in comment (“Parameter”). |
| src/inference/src/single_file_storage.cpp | Fixes typo in internal tracking comment (“support”). |
| src/core/tests/type_prop/transpose.cpp | Fixes typo in test doc comment (“parameter”). |
| src/core/shape_inference/include/element_visitor.hpp | Fixes typo in API doc comment (“parameter”). |
| src/core/include/openvino/op/op.hpp | Fixes typo in macro comment (“overridden”). |
| src/common/snippets/tests/src/lir_comparator.cpp | Fixes typo in returned error message (“overridden”). |
| src/bindings/python/src/pyopenvino/graph/node_output.hpp | Fixes typo in binding comment (“available”). |
| src/bindings/c/include/openvino/c/ov_core.h | Fixes typo in C API doc comment (“parameter”). |
| src/bindings/c/docs/api_overview.md | Fixes typo in C API overview docs (“parameter”). |
|
build_jenkins |
df505f6 to
3fe24ae
Compare
|
Hi @rkazants, I have fixed the backslash alignment in |
|
@whitneyfoster, a gentle ping could you please rerun the tests please and review the changes for approval? |
|
build_jenkins |
|
@rkazants @praasz thanks for the re-run yesterday! Just checking in, the two internal Jenkins checks (cijjenkins and npu_trigger_ubuntu22_release) still show as failing, but I assume those are running on infra I can't access. Is there anything else needed from my side, or is this ready to merge? Happy to update the branch if that helps. |
|
@praasz The branch is now 406 commits behind master with a conflict in src/inference/src/single_file_storage.cpp the conflict is just a comment-typo (suport -> support). Since this PR is purely cosmetic and already has approvals, would you prefer I rebase and re-trigger CI, or can it be merged with conflict resolution on your end? Im fine to do whichever is least disruptive. |
|
build_jenkins |
Details:
Tickets:
AI Assistance:
Used an AI assistant to run regex searches across the codebase for common spelling mistakes. Manually verified every single occurrence in the IDE to ensure they were legitimate typos and that no third-party submodule dependencies were affected.