88
99
1010# #
11- InstallMethod( TestCocartesianBraidingCompatability ,
11+ InstallMethod( TestCocartesianBraidingCompatibility ,
1212 [ IsCapCategory, IsCapCategoryObject, IsCapCategoryObject, IsCapCategoryObject ] ,
1313
1414 function ( cat, object_1, object_2, object_3 )
@@ -58,7 +58,7 @@ InstallMethod( TestCocartesianBraidingCompatability,
5858end );
5959
6060# #
61- InstallMethod( TestCocartesianBraidingCompatabilityForAllTriplesInList ,
61+ InstallMethod( TestCocartesianBraidingCompatibilityForAllTriplesInList ,
6262 [ IsCapCategory, IsList ] ,
6363
6464 function ( cat, object_list )
@@ -74,7 +74,7 @@ InstallMethod( TestCocartesianBraidingCompatabilityForAllTriplesInList,
7474
7575 for c in list do
7676
77- test := TestCocartesianBraidingCompatability ( cat, object_list[ a] , object_list[ b] , object_list[ c] );
77+ test := TestCocartesianBraidingCompatibility ( cat, object_list[ a] , object_list[ b] , object_list[ c] );
7878
7979 if not test then
8080
@@ -107,13 +107,13 @@ InstallGlobalFunction( "BraidedCocartesianCategoriesTest",
107107
108108 if IsEmpty( MissingOperationsForConstructivenessOfCategory( cat, " IsCocartesianCategory" ) ) then
109109
110- Assert ( 0 , TestCocartesianBraidingCompatability ( cat, a, b, a ) );
110+ Assert ( 0 , TestCocartesianBraidingCompatibility ( cat, a, b, a ) );
111111
112112 fi ;
113113
114114 if IsEmpty( MissingOperationsForConstructivenessOfCategory( opposite, " IsCocartesianCategory" ) ) then
115115
116- Assert ( 0 , TestCocartesianBraidingCompatability ( opposite, a_op, b_op, a_op ) );
116+ Assert ( 0 , TestCocartesianBraidingCompatibility ( opposite, a_op, b_op, a_op ) );
117117
118118 fi ;
119119
0 commit comments