We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3f41b commit 7c60e08Copy full SHA for 7c60e08
src/homos.c
@@ -2205,8 +2205,8 @@ Obj FuncHomomorphismDigraphsFinder(Obj self, Obj args) {
2205
Obj msg = MakeImmString(
2206
"WARNING you are trying to find homomorphisms by specifying a "
2207
"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 "
+ "to unexpected results! If this happens, try passing Group(()) as "
+ "the last argument. Please see the documentation of "
2210
"HomomorphismDigraphsFinder for details.");
2211
Obj info_args = NEW_PLIST(T_PLIST, 1);
2212
SET_ELM_PLIST(info_args, 1, msg);
0 commit comments