Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidPryadko committed Jan 13, 2024
1 parent d733cc8 commit 2360583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/qdistrnd.g
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ BindGlobal("QDR_ParsePolyStr",
new_str := String(str); # copy
RemoveCharacters(new_str,"0123456789x*+-^");
if (Length(new_str) > 0) then
ERROR("QDR_ParsePolyStr: invalid character(s) [",new_str,"] in polynomial ",str);
Error("QDR_ParsePolyStr: invalid character(s) [",new_str,"] in polynomial ",str);
fi;

func := EvalString(Concatenation("""
Expand Down

0 comments on commit 2360583

Please sign in to comment.