This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8268ee620d Fix codespell by recreating the ignored words list (#371)
8268ee620d is described below

commit 8268ee620d3b605241b0de884883068a01641cac
Author: John Bampton <[email protected]>
AuthorDate: Thu Jun 26 01:38:29 2025 +1000

    Fix codespell by recreating the ignored words list (#371)
    
    Ran locally:
    
    `codespell --skip='./extras' . | cut -f2 -d' ' | tr A-Z a-z | sort | uniq > 
.github/linters/codespell.txt`
    
    The misspelled word is in a patch file.
    
    Was my mistake from a couple of weeks ago
---
 .github/linters/codespell.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index 94fcd04429..7398f3a94f 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -224,6 +224,7 @@ assemly
 assigment
 assigne
 assistent
+assocations
 assomption
 asssigned
 asssuming

Reply via email to