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

Yuri Chornoivan yurchor at ukr.net
Sun Jan 11 07:05:12 UTC 2015


Git commit fec2dd70121749eb01b766ac76d285bac92879a4 by Yuri Chornoivan.
Committed on 11/01/2015 at 07:04.
Pushed by yurchor into branch 'master'.

Fix typos

M  +1    -1    rkward/plugins/analysis/irt/dichotomous/par_est_lltm.rkh
M  +1    -1    rkward/plugins/analysis/irt/polytomous/par_est_gpcm.xml
M  +1    -1    rkward/plugins/analysis/irt/polytomous/par_est_lpcm.rkh
M  +1    -1    rkward/plugins/analysis/irt/polytomous/par_est_lrsm.rkh
M  +1    -1    rkward/plugins/x11device/export.rkh
M  +1    -1    rkward/plugins/x11device/export.xml

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

diff --git a/rkward/plugins/analysis/irt/dichotomous/par_est_lltm.rkh b/rkward/plugins/analysis/irt/dichotomous/par_est_lltm.rkh
index b266902..bf59ec4 100644
--- a/rkward/plugins/analysis/irt/dichotomous/par_est_lltm.rkh
+++ b/rkward/plugins/analysis/irt/dichotomous/par_est_lltm.rkh
@@ -19,7 +19,7 @@
         If repeated measurement applies, specify how many are represented in the data matrix (defaults to 1). This will divide the columns in the matrix into equally sized subsets of data.
       </setting>
       <setting id="groups">
-        If you want to compute group contrasts, a vector determing the group membership of each subject must be given. By default no group contrasts are imposed.
+        If you want to compute group contrasts, a vector determining the group membership of each subject must be given. By default no group contrasts are imposed.
       </setting>
 
       <caption id="tab_options"/>
diff --git a/rkward/plugins/analysis/irt/polytomous/par_est_gpcm.xml b/rkward/plugins/analysis/irt/polytomous/par_est_gpcm.xml
index b457a31..8deb76c 100644
--- a/rkward/plugins/analysis/irt/polytomous/par_est_gpcm.xml
+++ b/rkward/plugins/analysis/irt/polytomous/par_est_gpcm.xml
@@ -34,7 +34,7 @@
         <row id="options_row">
           <varselector id="vars2" />
           <column id="opt_var_col">
-            <radio label="Should parameters be fixed (constrainted)?" id="constraint">
+            <radio label="Should parameters be fixed (constrained)?" id="constraint">
               <option label="Each item has its one discrimination parameter" value="gpcm" checked="true" />
               <option label="Equal discrimination parameter across items" value="1PL" />
               <option label="Discrimination parameter fixed at 1 across items" value="rasch" />
diff --git a/rkward/plugins/analysis/irt/polytomous/par_est_lpcm.rkh b/rkward/plugins/analysis/irt/polytomous/par_est_lpcm.rkh
index 4f5bad9..b49d5f4 100644
--- a/rkward/plugins/analysis/irt/polytomous/par_est_lpcm.rkh
+++ b/rkward/plugins/analysis/irt/polytomous/par_est_lpcm.rkh
@@ -19,7 +19,7 @@
         If repeated measurement applies, specify how many are represented in the data matrix (defaults to 1). This will divide the columns in the matrix into equally sized subsets of data.
       </setting>
       <setting id="groups">
-        If you want to compute group contrasts, a vector determing the group membership of each subject must be given. By default no group contrasts are imposed.
+        If you want to compute group contrasts, a vector determining the group membership of each subject must be given. By default no group contrasts are imposed.
       </setting>
 
       <caption id="tab_options"/>
diff --git a/rkward/plugins/analysis/irt/polytomous/par_est_lrsm.rkh b/rkward/plugins/analysis/irt/polytomous/par_est_lrsm.rkh
index 979b83e..7ac48f8 100644
--- a/rkward/plugins/analysis/irt/polytomous/par_est_lrsm.rkh
+++ b/rkward/plugins/analysis/irt/polytomous/par_est_lrsm.rkh
@@ -19,7 +19,7 @@
         If repeated measurement applies, specify how many are represented in the data matrix (defaults to 1). This will divide the columns in the matrix into equally sized subsets of data.
       </setting>
       <setting id="groups">
-        If you want to compute group contrasts, a vector determing the group membership of each subject must be given. By default no group contrasts are imposed.
+        If you want to compute group contrasts, a vector determining the group membership of each subject must be given. By default no group contrasts are imposed.
       </setting>
 
       <caption id="tab_options"/>
diff --git a/rkward/plugins/x11device/export.rkh b/rkward/plugins/x11device/export.rkh
index db67e33..a6e3416 100644
--- a/rkward/plugins/x11device/export.rkh
+++ b/rkward/plugins/x11device/export.rkh
@@ -4,7 +4,7 @@
 		Export the current contents of a graphics device to a postscript/pdf/png/jpeg file either using the native functions or using ghostscript.
 	</summary>
 	<usage>
-		Choose an exporting function and a filename to save to. Additional options for size and resolution etc. are also available (see below). Exporting is done using <b>dev.print</b>. For exporting using ghostscript, <b>dev2bitmap</b> is used, which needs Ghostscript. Most of the exporting parameters are directly sent to the exporting function (<b>postscript</b>, <b>pdf</b>, <b>svg</b>, <b>png</b>, or <b>jpeg</b>) by dev.print. Note that there are no 'color' options (like background or foreground color) in this plugin. This is because dev.print simply prints the current graphics (mostly on X11) to the spedified file in the chosen format. To set background (or foreground) colors, these will need to be provided when calling the plotting function, mostly using <b>par</b>(). Note that all the parameters to postscript are also valid parameters to dev2bitmap.
+		Choose an exporting function and a filename to save to. Additional options for size and resolution etc. are also available (see below). Exporting is done using <b>dev.print</b>. For exporting using ghostscript, <b>dev2bitmap</b> is used, which needs Ghostscript. Most of the exporting parameters are directly sent to the exporting function (<b>postscript</b>, <b>pdf</b>, <b>svg</b>, <b>png</b>, or <b>jpeg</b>) by dev.print. Note that there are no 'color' options (like background or foreground color) in this plugin. This is because dev.print simply prints the current graphics (mostly on X11) to the specified file in the chosen format. To set background (or foreground) colors, these will need to be provided when calling the plotting function, mostly using <b>par</b>(). Note that all the parameters to postscript are also valid parameters to dev2bitmap.
 
 		This plugin is only available in the context of a graphics device.
 	</usage>
diff --git a/rkward/plugins/x11device/export.xml b/rkward/plugins/x11device/export.xml
index eddc129..761fe4d 100644
--- a/rkward/plugins/x11device/export.xml
+++ b/rkward/plugins/x11device/export.xml
@@ -172,7 +172,7 @@
 						</column>
 					</row>
 				</frame>
-				<frame id="frame_gsoptions" label="Ghostscript  specific options">
+				<frame id="frame_gsoptions" label="Ghostscript specific options">
 					<row>
 						<dropdown id="gsformat" label="GS Output device" >
 							<option value="pdfwrite" label="PDF" />





More information about the rkward-tracker mailing list