[rkward-cvs] [rkward] rkward/plugins: Fix typos

Yuri Chornoivan yurchor at ukr.net
Sat Jan 10 06:54:44 UTC 2015


Git commit d0ef58ca71cf6ab396691ff28e51d419c0c88e3c by Yuri Chornoivan.
Committed on 10/01/2015 at 06:54.
Pushed by yurchor into branch 'master'.

Fix typos

M  +1    -1    rkward/plugins/plots.pluginmap
M  +1    -1    rkward/plugins/plots/barplot.js
M  +1    -1    rkward/plugins/plots/box_plot.rkh

http://commits.kde.org/rkward/d0ef58ca71cf6ab396691ff28e51d419c0c88e3c

diff --git a/rkward/plugins/plots.pluginmap b/rkward/plugins/plots.pluginmap
index 39e9e7a..79ae5d8 100644
--- a/rkward/plugins/plots.pluginmap
+++ b/rkward/plugins/plots.pluginmap
@@ -4,7 +4,7 @@
 	<include file="pluginmap_meta.inc"/>
 	<about
 		name="Plots"
-		shortinfo="Plugins for procuding various plots. Part of the official RKWard distribution"
+		shortinfo="Plugins for producing various plots. Part of the official RKWard distribution"
 		version="0.6.3"
 		license="GPL"
 		url="http://rkward.kde.org">
diff --git a/rkward/plugins/plots/barplot.js b/rkward/plugins/plots/barplot.js
index ed00f8c..f987205 100644
--- a/rkward/plugins/plots/barplot.js
+++ b/rkward/plugins/plots/barplot.js
@@ -26,7 +26,7 @@ function doPrintout (full) {
 		echo (getValue ('tabulate_options.code.calculate'));
 	} else {
 		echo ('x <- ' + varname + "\n");
-		comment ('barplot is a bit picky about attributes, so we need to convert to vector explicitely');
+		comment ('barplot is a bit picky about attributes, so we need to convert to vector explicitly');
 		echo ('if(!is.matrix(x)) x <- as.vector(x)\n');
 		echo ('if(!is.matrix(x) && is.data.frame(x)) x <- data.matrix(x)\n');
 	}
diff --git a/rkward/plugins/plots/box_plot.rkh b/rkward/plugins/plots/box_plot.rkh
index ad34db3..65c78e4 100644
--- a/rkward/plugins/plots/box_plot.rkh
+++ b/rkward/plugins/plots/box_plot.rkh
@@ -14,7 +14,7 @@ Choose numerical data to be plotted. Data can be organized in separate vectors,
 		<setting id="x">For separate variables mode: Select one or more numerical vectors.</setting>
 		<setting id="outcome">For single(grouped) variable mode: Select one numerical vectors as the outcome variable.</setting>
 		<setting id="groups">For single(grouped) variable mode: Select one or more vectors by which to group the outcome variable. Group variables should have the same length as the outcome variable.</setting>
-		<setting id="dodges">For single(grouped) variable mode: Doding boxes within one or more groups can be a nice option when the outcome is split by several group variables. This allows you to select, across how many group variables, boxes should be doged ("0" for no dodging, "1" to dodge only the first group variable).</setting>
+		<setting id="dodges">For single(grouped) variable mode: Dodging boxes within one or more groups can be a nice option when the outcome is split by several group variables. This allows you to select, across how many group variables, boxes should be dodged ("0" for no dodging, "1" to dodge only the first group variable).</setting>
 		<setting id="names_mode">Method for assigning labels to the plot. "default" means, the labels are chosen automatically. If no labels are available, this will generally print the values. The other options allow you to specify the labels as literal string, or as an R statement (e.g. if the names are stored in a different variable in the workspace).</setting>
 		<setting id="boxwex">Allows to change the width of the boxes, relative to the entire plot.</setting>
 		<caption id="tab_options"/>





More information about the rkward-tracker mailing list