From: Pino Toscano Date: Sat, 17 Feb 2007 20:45:02 +0000 (+0000) Subject: SVN_SILENT typo X-Git-Tag: v3.80.3~21 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=c2bcc8500660c5bba6a2ca9aea774ba94854f430;p=libqmvoc.git SVN_SILENT typo svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634613 --- diff --git a/kdeeduplot/kplotaxis.h b/kdeeduplot/kplotaxis.h index 5146581..425b5a5 100644 --- a/kdeeduplot/kplotaxis.h +++ b/kdeeduplot/kplotaxis.h @@ -101,7 +101,7 @@ public: * @param fieldWidth the number of characters in the output string. * If set to 0, the string will be as wide as it needs to be to fully * render the value. - * @param precison the number of characters following the decimal point. + * @param precision the number of characters following the decimal point. */ void setTickLabelFormat( char format = 'g', int fieldWidth = 0, int precision = -1 );