docs: fix 17 typos in comments and log messages - #43
Open
Léon Simmons (Avicennasis) wants to merge 1 commit into
Open
docs: fix 17 typos in comments and log messages#43Léon Simmons (Avicennasis) wants to merge 1 commit into
Léon Simmons (Avicennasis) wants to merge 1 commit into
Conversation
Spelling, grammar and copy-paste fixes in code comments, gtk-doc blocks and GST_ERROR message strings. No functional changes. Signed-off-by: Léon Avic Simmons <Avicennasis@gmail.com>
Léon Simmons (Avicennasis)
requested review from
NaveenCherukuri (CherukuriNaveenQC) and
GirishKadirisani
as code owners
September 5, 2026 17:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Fix 17 spelling / grammar / copy-paste typos in code comments, gtk-doc blocks and
GST_ERRORmessage strings. No functional changes and no identifiers renamed.The commit is signed off per the DCO requirement in CONTRIBUTING.md.
Type of Change
Changes
// Macro to extract stage from meta ID.->... extract entry ...on the comment aboveGST_META_ID_GET_ENTRY(copy-paste from theGST_META_ID_GET_STAGEcomment two lines up)convinient->convenientThe feature for witch to check.->for which@structure: The #GStStructure->#GstStructure(the mis-cased type name does not resolve as a gtk-doc link)overlay HW instacne id->instanceboundind_box: boundind box rectangle->boundind_box: bounding box rectangle(only the prose was corrected; the leading member name is left as-is so it keeps matching the realboundind_boxstruct field)Settings stucture does not ...->structure(2 occurrences)Failed to get ML info from confguration caps!->configurationParse/Labels funtion will print ...->function(2 occurrences)Extracting the derive rotated boxes->derivedSettings stucture does not ...->structure(2 occurrences)Failed to get ML info from confguration caps!->configurationParse/Labels funtion will print ...->function(2 occurrences)Note on scope
stucture,confgurationandfuntionalso appear in sibling modules undergst-plugin-mlvsegmentation/,gst-plugin-mlaclassification/,gst-plugin-mlpostprocess/and othergst-plugin-mlvdetection/modules/*.cfiles. Those were deliberately left out to keep this PR small; happy to extend it to a full repo-wide sweep if you would prefer that in one go.Checklist