X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fnumeric.h;h=0a6df50ad4cb4bb3e1ba842ec9a12c78270543f2;hp=4bb8ad280e246e6c7f24f8473d9de2ce936ea86f;hb=cd0f12f5ce6023812f76d0f6eb40ee83078c2775;hpb=163bdedf89a1796d181bbed44cd18600760e3504 diff --git a/ginac/numeric.h b/ginac/numeric.h index 4bb8ad28..0a6df50a 100644 --- a/ginac/numeric.h +++ b/ginac/numeric.h @@ -50,7 +50,7 @@ typedef void (* digits_changed_callback)(long); * than a dumber basic type since as a side-effect we let it change * cl_default_float_format when it gets changed. The only other * meaningful thing to do with it is converting it to an unsigned, - * for temprary storing its value e.g. The user must not create an + * for temporarily storing its value e.g. The user must not create an * own working object of this class! Since C++ forces us to make the * class definition visible in order to use an object we put in a * flag which prevents other objects of that class to be created. */