Code

fix spelling and syntax, especially in messages that are printed -- Mike Slifcak
[rrdtool-all.git] / program / doc / rrdthreads.pod
index 6d40c4ef921e3b2aae3b84f101b9a16ce58421ff..00f5e02d91f1388e71a69743b5c0d63935a3a91c 100644 (file)
@@ -128,7 +128,7 @@ Do not use the C<parsetime> function!
 
 It uses lots of global vars. You may use it in functions not designed
 to be thread-safe like functions wrapping the C<_r> version of some
-operation (eg. C<rrd_create>, but not in C<rrd_create_r>)
+operation (e.g., C<rrd_create>, but not in C<rrd_create_r>)
 
 =back