X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=THREADS;h=b0481638e9ab1dfca9418b9ed2246ac776ebeb3b;hp=152a2c3cab36f1ad7ff03fb3fb0cf9ccce2818ab;hb=6c8d0d97fc82f3cc6d03a5f692fcac6e405a03d2;hpb=0dd9e81745110d811a021513843c05fead623b8d diff --git a/THREADS b/THREADS index 152a2c3..b048163 100644 --- a/THREADS +++ b/THREADS @@ -46,7 +46,7 @@ thread-safe. getopt uses global variables and behaves badly in a multithreaded application when called concurrently. Instead provide a *_r function taking all options as function parameters. You may provide argc and - **argv arguments for variable lenght argument lists. See + **argv arguments for variable length argument lists. See rrd_update_r as an example. * Do not use the parsetime function!