Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Sep 6, 2024
1 parent ee31986 commit 729d528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/homos.c
Original file line number Diff line number Diff line change
Expand Up @@ -2205,8 +2205,8 @@ Obj FuncHomomorphismDigraphsFinder(Obj self, Obj args) {
Obj msg = MakeImmString(
"WARNING you are trying to find homomorphisms by specifying a "
"subset of the vertices of the target digraph. This might lead "
"to unexpect results! If this happens, try passing Group(()) as the "
"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 "
"HomomorphismDigraphsFinder for details.");
Obj args = NEW_PLIST(T_PLIST, 1);
SET_ELM_PLIST(args, 1, msg);
Expand Down

0 comments on commit 729d528

Please sign in to comment.