Skip to content

Commit

Permalink
codespell: fix taked => taken, and ignore false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
hundeboll committed May 27, 2024
1 parent ee43260 commit 2d17936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
ignore_words_list: fo,wee
ignore_words_list: fo,wee,addin,notin
- name: Install dependencies
run: |
dnf install -y make gcc-c++ libasan clang-analyzer cmake dnf-plugins-core epel-release
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ A file is a series of declarations. A declaration can be one of:
Order-only dependencies may be tacked on the end with +||
_dependency1_ _dependency2_+. (See <<ref_dependencies,the reference on
dependency types>>.)
Validations may be taked on the end with +|@ _validation1_ _validation2_+.
Validations may be taken on the end with +|@ _validation1_ _validation2_+.
(See <<validations,the reference on validations>>.)
+
Implicit outputs _(available since Ninja 1.7)_ may be added before
Expand Down

1 comment on commit 2d17936

@spaette
Copy link
Contributor

@spaette spaette commented on 2d17936 Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cf: #2508

doc/manual.asciidoc

the change to this file was wrong

Please sign in to comment.