Skip to content

Commit

Permalink
typofixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Dec 22, 2024
1 parent c66ca72 commit 0c1d823
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,19 @@ jobs:
- name: Check CRLF line endings
uses: erclu/check-crlf@v1

#
# See https://github.com/marketplace/actions/codespell-with-annotations
#
check-codespell:
name: "Check spellings"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check spellings
uses: codespell-project/actions-codespell@v2
with:
# ignore the config/.../crd.go file as it's generated binary data that is edited elswhere.
skip: .git,*.ttf,*.jpg,*.png,*.po,*.pot,*.utf8,*.pdf,*.dat,*.svg,./src/external,./plugins/RemoteControl/webroot/js,./src/core/planetsephems,./data/org.stellarium.Stellarium.*
check_filenames: true
ignore_words_list: NED,ned,anonymus,anser,dout,ect,empress,fo,inout,lod,mane,nam,nd,ned,normaly,parana,regio,sav,ser,sting,subtiles,te,tesselate,tesselated,,tesselates,tht,ue
2 changes: 1 addition & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
2.3 Several implementations of IMCCE theories for planet and satellite
movement by Johannes Gajdosik (MIT-style license,
see the corresponding files for the license text)
2.4 The tessellation algorithms were originally extracted from the glues
2.4 The tesselation algorithms were originally extracted from the glues

Check failure on line 149 in CREDITS.md

View workflow job for this annotation

GitHub Actions / Check spellings

tesselation ==> tessellation
library version 1.4 Mike Gorchak <[email protected]> (SGI FREE SOFTWARE
LICENSE B).
2.5 OBJ loader in the Scenery3D plugin based on glObjViewer (c) 2007
Expand Down

0 comments on commit 0c1d823

Please sign in to comment.