Changeset: 372f66fa4cd4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=372f66fa4cd4
Modified Files:
        clients/mapiclient/tomograph.c
Branch: default
Log Message:

Fixed some typos.


diffs (44 lines):

diff --git a/clients/mapiclient/tomograph.c b/clients/mapiclient/tomograph.c
--- a/clients/mapiclient/tomograph.c
+++ b/clients/mapiclient/tomograph.c
@@ -8,11 +8,11 @@
 
 /* (c) M Kersten, S Manegold
  * The easiest calling method is something like:
- * tomograph -d demo --atlast=10
+ * tomograph -d demo --atlas=10
  * which connects to the demo database server and
  * will collect the tomograph pages for at most 10 SQL queries
  * For each page a gnuplot file, a data file, and the event trace
- * are collected for more focussed analysis.
+ * are collected for more focused analysis.
  * 
 */
 
@@ -68,7 +68,7 @@
                        die(dbh, hdl);                  \
        } while (0)
 
-#define DBNAME (dbname?dbname:(inputfile?inputfile:"unkown"))
+#define DBNAME (dbname?dbname:(inputfile?inputfile:"unknown"))
 
 static stream *conn = NULL;
 static char hostname[128];
@@ -104,7 +104,7 @@ static int source[MAXTHREADS];
 
 /* color map management, fixed */
 /* see 
http://www.uni-hamburg.de/Wiss/FB/15/Sustainability/schneider/gnuplot/colors.htm
 */
-/* The initial dictionary is geared towars TPCH-use */
+/* The initial dictionary is geared towards TPCH-use */
 typedef struct COLOR {
        int freq;
        lng timeused;
@@ -452,7 +452,7 @@ usageTomograph(void)
        fprintf(stderr, "  -r | --range=<starttime>-<endtime>[ms,s] \n");
        fprintf(stderr, "  -i | --input=<profiler event file > \n");
        fprintf(stderr, "  -o | --output=<file prefix > (default 
'tomograph'\n");
-    fprintf(stderr, "  -c | --cache=<query pool location>\n");
+       fprintf(stderr, "  -c | --cache=<query pool location>\n");
        fprintf(stderr, "  -s | --system=# (on= 1(default) off=0\n");
        fprintf(stderr, "  -b | --beat=<delay> in milliseconds (default 
5000)\n");
        fprintf(stderr, "  -A | --atlas=<number> maximum number of queries 
(default 1)\n");
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to