Skip to content

Commit

Permalink
Fix spelling for new codespell version
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed May 29, 2024
1 parent 040490e commit d555e3b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[codespell]
skip = ./.git,./tmp,./gapbind14,./libsemigroups,./tst,./bin,./libtool,configure,configure~,config.guess,./gh-pages,./autom4te.cache,./cnf,aclocal.m4,./m4,./doc/*.log,./doc/*.html,./doc/*.txt,./doc/*.six,./doc/*.js,./doc/*.bbl,./doc/*.tex,./doc/*.bib
ignore-words-list=yse,alph,Alph,lits,bu,ser,wit,documen,ines,manuel
ignore-words-list=yse,alph,Alph,lits,bu,ser,wit,documen,ines,manuel,combin
6 changes: 3 additions & 3 deletions gap/fp/freeband.gi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## fp/freeband.gi
## Copyright (C) 2013-2022 Julius Jonusas
##
## Licensing information can be foundin the README file of this package.
## Licensing information can be found in the README file of this package.
##
###############################################################################

Expand Down Expand Up @@ -52,7 +52,7 @@ SEMIGROUPS.FreeBandElmToWord := function(elem)
first := tuple![1];
pre_tuple := tuple![2]; # tuple corresponding to the prefix
last := tuple![3];
su_tuple := tuple![4]; # tuple corresponding to the sufix
su_tuple := tuple![4]; # tuple corresponding to the suffix

# if first = last we only need a single letter
if first = last then
Expand Down Expand Up @@ -418,7 +418,7 @@ function(x, y)

type := TypeObj(x);
# if the content of two elements is the same we only need the prefix of the
# first and the sufix of the second one
# first and the suffix of the second one
# cont = blist
if IsSubsetBlist(x!.cont, y!.cont) then
out := [x!.tuple[1], x!.tuple[2]];
Expand Down
2 changes: 1 addition & 1 deletion gap/fp/freeinverse.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## fp/freeinverse.gd
## Copyright (C) 2013-2022 Julius Jonusas
##
## Licensing information can be foundin the README file of this package.
## Licensing information can be found in the README file of this package.
##
###############################################################################

Expand Down
2 changes: 1 addition & 1 deletion gap/fp/freeinverse.gi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## fp/freeinverse.gi
## Copyright (C) 2013-2022 Julius Jonusas
##
## Licensing information can be foundin the README file of this package.
## Licensing information can be found in the README file of this package.
##
###############################################################################
##
Expand Down
2 changes: 1 addition & 1 deletion gap/semigroups/grpperm.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## semigroups/grpperm.gd
## Copyright (C) 2014-2022 James D. Mitchell
##
## Licensing information can be foundin the README file of this package.
## Licensing information can be found in the README file of this package.
##
#############################################################################
##
Expand Down

0 comments on commit d555e3b

Please sign in to comment.