X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Ffunction.cppy;h=83564833a07b44c5f06eab29beefe0324ad52a19;hb=refs%2Ftags%2Frelease_1-7-1;hp=7df57168996cd42a6518cde4b0505569cb1c989e;hpb=9413cd14faaf2980de3884915e22a5beda068ecc;p=ginac.git diff --git a/ginac/function.cppy b/ginac/function.cppy index 7df57168..83564833 100644 --- a/ginac/function.cppy +++ b/ginac/function.cppy @@ -448,7 +448,7 @@ ex function::evalf() const } /** - * This method is defined to be in line with behaviour of function::return_type() + * This method is defined to be in line with behavior of function::return_type() */ ex function::eval_ncmul(const exvector & v) const { @@ -764,7 +764,7 @@ ex function::expl_derivative(const symbol & s) const // explicit differentiation // end of generated lines } } - // There is no fallback for explicit deriviative. + // There is no fallback for explicit derivative. throw(std::logic_error("function::expl_derivative(): explicit derivation is called, but no such function defined")); }