Fixed various typos in the manpages. Debian bug #550919. -- Justin T. Pryzby
[rrdtool.git] / doc / rrdgraph_libdbi.pod
index 1d6393d..c84465d 100644 (file)
@@ -80,7 +80,7 @@ the returned value column-names, which can be used as ds-names, are:
 
 =head1 EXAMPLES
 
-Here an example of a table in a mysql database:
+Here an example of a table in a MySQL database:
 
   DB connect information
     dbhost=127.0.0.1
@@ -119,13 +119,13 @@ To illustrate this here a command to create a graph that contains the actual val
 
 =head1 NOTES
 
-* Naturally you can also use any other kind of driver that libdbi supports - e.g postgress,...
+* Naturally you can also use any other kind of driver that libdbi supports - e.g postgres...
 
-* From the way the datasource is joined, it should also be possible to do joins over different tables 
+* From the way the data source is joined, it should also be possible to do joins over different tables 
   (separate tables with "," in table and add in the WHERE Clauses the table equal joins. 
   This has not been tested!!!)
 
-* It should also be relatively simple to add to the database using the same datasource string.
+* It should also be relatively simple to add to the database using the same data source string.
   This has not been implemented...
 
 * The aggregation functions are ignored and several data columns are used instead