X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2FTHREADS;h=b0481638e9ab1dfca9418b9ed2246ac776ebeb3b;hb=dee82258810dde77bf0ae11c516feeb5585605a7;hp=152a2c3cab36f1ad7ff03fb3fb0cf9ccce2818ab;hpb=f49a07cfd42436a7bb39bf08d141db8bb3e3ad23;p=rrdtool-all.git diff --git a/program/THREADS b/program/THREADS index 152a2c3c..b0481638 100644 --- a/program/THREADS +++ b/program/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!