Skip to content

Commit 7c60e08

Browse files
Fix spelling
1 parent 7d3f41b commit 7c60e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/homos.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -2205,8 +2205,8 @@ Obj FuncHomomorphismDigraphsFinder(Obj self, Obj args) {
22052205
Obj msg = MakeImmString(
22062206
"WARNING you are trying to find homomorphisms by specifying a "
22072207
"subset of the vertices of the target digraph. This might lead "
2208-
"to unexpect results! If this happens, try passing Group(()) as the "
2209-
"last argument. Please see the documentation of "
2208+
"to unexpected results! If this happens, try passing Group(()) as "
2209+
"the last argument. Please see the documentation of "
22102210
"HomomorphismDigraphsFinder for details.");
22112211
Obj info_args = NEW_PLIST(T_PLIST, 1);
22122212
SET_ELM_PLIST(info_args, 1, msg);

0 commit comments

Comments
 (0)