Skip to content

Commit 76d4c59

Browse files
Fix spelling for new codespell version
1 parent 4864bed commit 76d4c59

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[codespell]
22
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
3-
ignore-words-list=yse,alph,Alph,lits,bu,ser,wit,documen,ines,manuel
3+
ignore-words-list=yse,alph,Alph,lits,bu,ser,wit,documen,ines,manuel,combin

gap/fp/freeband.gi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## fp/freeband.gi
44
## Copyright (C) 2013-2022 Julius Jonusas
55
##
6-
## Licensing information can be foundin the README file of this package.
6+
## Licensing information can be found in the README file of this package.
77
##
88
###############################################################################
99

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

5757
# if first = last we only need a single letter
5858
if first = last then
@@ -418,7 +418,7 @@ function(x, y)
418418

419419
type := TypeObj(x);
420420
# if the content of two elements is the same we only need the prefix of the
421-
# first and the sufix of the second one
421+
# first and the suffix of the second one
422422
# cont = blist
423423
if IsSubsetBlist(x!.cont, y!.cont) then
424424
out := [x!.tuple[1], x!.tuple[2]];

gap/fp/freeinverse.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## fp/freeinverse.gd
44
## Copyright (C) 2013-2022 Julius Jonusas
55
##
6-
## Licensing information can be foundin the README file of this package.
6+
## Licensing information can be found in the README file of this package.
77
##
88
###############################################################################
99

gap/fp/freeinverse.gi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## fp/freeinverse.gi
44
## Copyright (C) 2013-2022 Julius Jonusas
55
##
6-
## Licensing information can be foundin the README file of this package.
6+
## Licensing information can be found in the README file of this package.
77
##
88
###############################################################################
99
##

gap/semigroups/grpperm.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## semigroups/grpperm.gd
44
## Copyright (C) 2014-2022 James D. Mitchell
55
##
6-
## Licensing information can be foundin the README file of this package.
6+
## Licensing information can be found in the README file of this package.
77
##
88
#############################################################################
99
##

0 commit comments

Comments
 (0)