doc: Fix typos and wording across several tools (Jun-Jul 2026) - #7885
Merged
echoix merged 24 commits intoSep 5, 2026
Conversation
echoix
commented
Sep 5, 2026
wenzeslaus
reviewed
Sep 5, 2026
…tofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> (cherry picked from commit a76bb61)
…tofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> (cherry picked from commit 0157dc0)
…tofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> (cherry picked from commit 150a957)
…tofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> (cherry picked from commit 28e85c5)
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> (cherry picked from commit d5ca0bd)
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> (cherry picked from commit 629c9e9)
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> (cherry picked from commit 80f850a)
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> (cherry picked from commit f894528)
…t Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> (cherry picked from commit d9cb9aa)
…t Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> (cherry picked from commit bad42ae)
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.
Near and during the code sprint, I accumulated a couple of small changes that weren't worth a PR individually, and here, I'm cherry picking from all these branches into one. All text below is AI (Claude Sonnet 5) over explaining typos.
Description
Consolidates pure typo/wording/doc fixes (no behavior change) that were sitting unmerged on individual
ai-findings-autofix/*branches (Copilot Autofix / bot suggestions, Jun-Jul 2026) acrossechoix/grass,echoix-org/grassandOSGeo/grass. Each commit is cherry-picked with-xfor traceability.14 files touched, each a one- or two-line fix to a comment, docstring, user-facing message, or doc example: fixed typos (e.g. "binded" → "bound", "tipe" → "type", "delination" → "declination", "carefult" → "careful", "prescion" → "precision", "recodred" → "recorded", "pemissions" → "permissions"), corrected wording ("Could not found Git" → "Could not find Git", "miscellaneous tool tools" → "miscellaneous tools", "ImageMagic" → "ImageMagick"), fixed a broken doc example (mismatched parenthesis, an invalid/deprecated tool option), and fixed 3 broken
SEE ALSOlinks.Two suggested wording changes (
raster/r.param.scale/interface.c,python/grass/gunittest/reporters.py) were intentionally reverted after review — the original wording was kept on purpose, not a leftover mistake.Branches checked but left out, and why
alert-autofix-153/200/239,finding-autofix-382,finding-autofix-965,ai-findings-autofix/raster-CMakeLists.txt: already fixed independently onmainsince the branch was created.finding-autofix-452(d.polar.py): superseded —mainalready uses a differently-indentedwithblock there.finding-autofix-960(univar_statistics.py): the suggested fix would introduce aValueError: I/O operation on closed fileregression (see Consolidate bug fixes, resource-safety cleanups, and tests from AI/Copilot autofix branches (Jun-Jul 2026) echoix/grass#689 for detail). Not included anywhere.ai-findings-autofix/scripts-v.unpack-v.unpack.py:main's text has since diverged ("Coping" vs "Copying"); branch no longer applies or fixes the current typo.ai-findings-autofix/lib-cairodriver-draw_bitmap.c,ai-findings-autofix/lib-raster3d-tilewrite.c: behavior-relevant, included in Consolidate bug fixes, resource-safety cleanups, and tests from AI/Copilot autofix branches (Jun-Jul 2026) echoix/grass#689 instead.How has this been tested?
Each commit is a one- or two-line diff to a comment, docstring, error message, or doc example — no behavior change, so no test run was needed.
Types of changes
Checklist
🤖 Generated with Claude Code