X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_uvar_gcd.cpp;h=11fbe1ec1ce9602c6d9ba1324ac3114c7d5d76ea;hp=10135d77a1551388b0740d2f659820edbdbd0cf7;hb=cd0f12f5ce6023812f76d0f6eb40ee83078c2775;hpb=163bdedf89a1796d181bbed44cd18600760e3504;ds=sidebyside diff --git a/check/time_uvar_gcd.cpp b/check/time_uvar_gcd.cpp index 10135d77..11fbe1ec 100644 --- a/check/time_uvar_gcd.cpp +++ b/check/time_uvar_gcd.cpp @@ -1883,7 +1883,7 @@ run_with_random_intputs(const unsigned d1, const unsigned d2) int main(int argc, char** argv) { - std::cout << "timing univarite GCD" << std::endl << std::flush; + std::cout << "timing univariate GCD" << std::endl << std::flush; run_with_random_intputs(100, 50); // run PRS gcd tests, both with upoly and ex run_test(p1_srep, p2_srep, true, true);