Skip to content

Correct English mistakes in comments and documentation#2088

Draft
Copilot wants to merge 2 commits intodevelopfrom
copilot/correct-english-mistakes
Draft

Correct English mistakes in comments and documentation#2088
Copilot wants to merge 2 commits intodevelopfrom
copilot/correct-english-mistakes

Conversation

Copy link
Contributor

Copilot AI commented Mar 18, 2026

Fixes spelling, grammar, and phrasing errors scattered across source comments and documentation strings.

Description

Various English mistakes corrected across C++ headers/sources and Python node descriptors.

Features list

  • Fix spelling: occuredoccurred, occurenceTrackLengthoccurrenceTrackLength, intlierinlier, theorictheoretical, untilled/tilleduntiled/tiled
  • Fix duplicate words: the thethe (PointFeature.hpp, Triangulation.hpp)
  • Fix subject-verb agreement: estimateestimates, Metadata allowMetadata allows, Only project...areOnly projects...are
  • Fix word choice: best thanbetter than (guidedMatching.hpp)
  • Fix "Allows to <verb>" anti-pattern (Gallicism) → Allows you to/gerund form (CameraInit.py, KeyframeSelection.py)
  • Fix comment formatting: #Check...Only one# Check...only one (ExportMaya.py)

Implementation remarks

Pure comment/string corrections — no logic changes. The occurenceTrackLength fix touches both the declaration in tracksUtils.hpp and all usages in tracksUtils.cpp.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Fix English mistakes in comments and documentation Correct English mistakes in comments and documentation Mar 18, 2026
Copilot AI requested a review from fabiencastan March 18, 2026 20:43
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.

2 participants