big spell checking patch -- slif@bellsouth.net
[rrdtool.git] / doc / rrdthreads.pod
index 7e6a689..6d40c4e 100644 (file)
@@ -116,7 +116,7 @@ F<rrd_thread_safe.c> and F<rrd_non_thread_safe.c>
 Do not use C<getopt> or C<getopt_long> in *C<_r> (directly or
 indirectly)
 
-C<getopt> uses global variables and behaves badly in a multithreaded
+C<getopt> uses global variables and behaves badly in a multi-threaded
 application when called concurrently. Instead provide a *_r function
 taking all options as function parameters. You may provide argc and
 **argv arguments for variable length argument lists. See