X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fmatch_bug.cpp;h=87434a98d9973b5ef856f71a7efc690bc3fbda84;hp=1d4ef372fd12c7450b5dbd30c305a3484985fe4c;hb=cd0f12f5ce6023812f76d0f6eb40ee83078c2775;hpb=163bdedf89a1796d181bbed44cd18600760e3504 diff --git a/check/match_bug.cpp b/check/match_bug.cpp index 1d4ef372..87434a98 100644 --- a/check/match_bug.cpp +++ b/check/match_bug.cpp @@ -30,7 +30,7 @@ using namespace GiNaC; /* * basic::match(lst&) used to have an obscure side effect: repl_lst * could be modified even if the match failed! Although this "feature" - * was documented it happend to be very confusing *even for GiNaC + * was documented it happened to be very confusing *even for GiNaC * developers*, see * http://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html *