[nautilus-actions] Fix mispellings and other grammatical errors
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Fix mispellings and other grammatical errors
- Date: Mon, 24 Jan 2011 20:21:52 +0000 (UTC)
commit 2d3619695d58cebcd14a9707a3ab6c13dedc7e84
Author: Pierre Wieser <pwieser trychlos org>
Date: Mon Jan 24 21:21:30 2011 +0100
Fix mispellings and other grammatical errors
These are all of the same types that the ones pointed out by Christian, just plenty others.
NEWS | 2 +-
.../nautilus-actions-prefs.schemas.in | 10 +++++-----
docs/des-ema/des-ema-0.12 | 14 +++++++-------
docs/des-ema/des-ema-0.13 | 12 ++++++------
docs/des-ema/des-ema-0.14 | 12 ++++++------
docs/des-ema/des-ema-0.15 | 6 +++---
docs/nact/C/nact-execution.xml | 2 +-
docs/nact/de/de.po | 2 +-
docs/nact/es/es.po | 2 +-
docs/nact/fr/fr.po | 2 +-
docs/nact/sl/sl.po | 2 +-
src/api/na-iimporter.h | 2 +-
src/core/na-icontext-factory.c | 2 +-
src/core/na-iduplicable.c | 2 +-
src/core/na-importer.c | 4 ++--
src/core/na-settings.c | 12 ++++++------
src/io-desktop/nadp-writer.c | 2 +-
src/nact/nact-assistant-export.h | 2 +-
src/nact/nact-export-ask.c | 2 +-
src/nact/nact-gtk-utils.c | 6 +++---
src/nact/nact-tree-model-dnd.c | 4 ++--
21 files changed, 52 insertions(+), 52 deletions(-)
---
diff --git a/NEWS b/NEWS
index 448463d..71f0975 100644
--- a/NEWS
+++ b/NEWS
@@ -1026,7 +1026,7 @@ Version 1.10.1
The "profile" feature has been developed by Frederic Ruaudel
(previous maintainer and original author of Nautilus-actions).
It has been included in the intermediate version 1.9x without
- having thoroughly tested ; I have choosen to left it in this
+ having thoroughly tested ; I have chosen to left it in this
version to not create backward compatibility problems for the
users of these distributions, but be warned : use with caution.
diff --git a/data/gconf-schemas/nautilus-actions-prefs.schemas.in b/data/gconf-schemas/nautilus-actions-prefs.schemas.in
index 23d9b66..9a424ea 100644
--- a/data/gconf-schemas/nautilus-actions-prefs.schemas.in
+++ b/data/gconf-schemas/nautilus-actions-prefs.schemas.in
@@ -162,8 +162,8 @@ Possible values are:
<owner>nautilus-actions</owner>
<type>string</type>
<locale name="C">
- <short>Last import mode choosen by the user</short>
- <long>Last import mode choosen by the user when he is asked for in import mode. Possible values are:
+ <short>Last import mode chosen by the user</short>
+ <long>Last import mode chosen by the user when he is asked for in import mode. Possible values are:
- "NoImport": do not import an action whose UUID already exists,
- "Renumber": allocate a new UUID if the imported UUID already exists,
- "Override": override the existing action with the imported one.</long>
@@ -199,8 +199,8 @@ Possible values are:
<owner>nautilus-actions</owner>
<type>bool</type>
<locale name="C">
- <short>Keep last choosen import mode</short>
- <long>Whether the import system should reuse the last choosen import mode.</long>
+ <short>Keep last chosen import mode</short>
+ <long>Whether the import system should reuse the last chosen import mode.</long>
</locale>
<default>false</default>
</schema>
@@ -211,7 +211,7 @@ Possible values are:
<type>string</type>
<locale name="C">
<short>Import mode</short>
- <long>Last import mode choosen in the Import assistant. Possible values are :
+ <long>Last import mode chosen in the Import assistant. Possible values are :
- "NoImport": do not import an action whose UUID already exists,
- "Renumber": allocate a new UUID if the imported UUID already exists,
- "Override": override the existing action with the imported one,
diff --git a/docs/des-ema/des-ema-0.12 b/docs/des-ema/des-ema-0.12
index bacd8ca..0f7b448 100644
--- a/docs/des-ema/des-ema-0.12
+++ b/docs/des-ema/des-ema-0.12
@@ -24,7 +24,7 @@ function directory(){
This specification aims to define a common format for user actions, allowing creators to share their actions between common environments.
</p>
<p>
-The <?php desktop(); ?> file has been choosen as the common format for these actions.
+The <?php desktop(); ?> file has been chosen as the common format for these actions.
</p>
<p>
As we would reuse the <a href="http://www.freedesktop.org/" target="_blank">freedesktop.org</a> <a href="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html" target="_blank"> Desktop Entry Specification</a> (DES), we have to derive this specification to suit our needs.
@@ -348,7 +348,7 @@ Defaults to base directory of the current selection, which happens to be the val
<tr valign="top">
<td><?php code( "ExecutionMode" ); ?></td>
<td>Execution mode of the program.<br />
-This may be choosen between following values:
+This may be chosen between following values:
<ul>
<li><?php code( "Normal" ); ?>: Starts as a standard graphical user interface</li>
<li><?php code( "Terminal" ); ?>: Starts the preferred terminal of the graphical environment, and runs the command in it</li>
@@ -530,9 +530,9 @@ When an element of the string list is negated, it must be considered as an AND c
<p>Example:</p>
<blockquote>
<p>
- The line « <?php code( "MimeTypes = image/*; video/*;" ); ?> » must be readen as « condition is met if each file in the current selection has a mimetype of "<?php code( "image/*" ); ?>" or of "<?php code( "video/*" ); ?>" »
+ The line « <?php code( "MimeTypes = image/*; video/*;" ); ?> » must be read as « condition is met if each file in the current selection has a mimetype of "<?php code( "image/*" ); ?>" or of "<?php code( "video/*" ); ?>" »
</p>
- <p>And the line « <?php code( "MimeTypes = image/*; video/*; !image/bmp" ); ?> » must be readen as « condition is met if each file in the current selection has a mimetype of "<?php code( "image/*" ); ?>" or of "<?php code( "video/*" ); ?>", but must not have the "<?php code( "image/bmp" ); ?>" mimetype ».
+ <p>And the line « <?php code( "MimeTypes = image/*; video/*; !image/bmp" ); ?> » must be read as « condition is met if each file in the current selection has a mimetype of "<?php code( "image/*" ); ?>" or of "<?php code( "video/*" ); ?>", but must not have the "<?php code( "image/bmp" ); ?>" mimetype ».
</p>
</blockquote>
@@ -716,7 +716,7 @@ Defaults to "<?php code( "/" ); ?>".</td>
<td>A list of capabilities each item of the selection must satisfy in order the item be candidate.<br />
Capabilities may be negated.<br />
Please note that each element of the specified list must be considered as ANDed, i.e. if we have "<?php code( "Capabilities=Readable;Writable;!Local" ); ?>", then each element of the selection must be both readable AND writable AND not local.<br />
-Capabilities have to be choosen between following predefined ones:
+Capabilities have to be chosen between following predefined ones:
<ul>
<li>"<?php code( "Owner" ); ?>": current user is the owner of selected items</li>
<li>"<?php code( "Readable" ); ?>": selected items are readable by user (probably more usefull when negated)</li>
@@ -799,7 +799,7 @@ Example:
The basename used is those of the first item of the selected items list as provided by the file manager. There is only a small chance that it would be those of the first visually selected item, and there is contrarily great chances that it would not be predictable at all.
</p>
<p>
- Even if the choosen parameter is the same for all selected items, the behavior is the identical.<br />
+ Even if the chosen parameter is the same for all selected items, the behavior is the identical.<br />
If the <?php code( "Exec" ); ?> key is "<?php code( "echo %d %B" ); ?>", then the following commands will be run:<br />
"<?php code( "echo /data pierre paul jacques" ); ?>"<br />
"<?php code( "echo /data pierre paul jacques" ); ?>"<br />
@@ -969,7 +969,7 @@ The <?php code( "level-zero.directory" ); ?> file may be searched for in <?php c
Not finding a <?php code( "level-zero.directory" ); ?> file should not prevent actions or menus to be displayed. Instead, they just would be displayed in an unspecified, implementation-dependant, order.
</p>
<p>
-The name "<?php code( "level-zero.directory" ); ?>" is choosen to not risk any collision with regular <?php desktop(); ?> files.
+The name "<?php code( "level-zero.directory" ); ?>" is chosen to not risk any collision with regular <?php desktop(); ?> files.
</p>
<!-- ----------------------------------------------------------------------------- -->
diff --git a/docs/des-ema/des-ema-0.13 b/docs/des-ema/des-ema-0.13
index 0b58da2..3f03c11 100644
--- a/docs/des-ema/des-ema-0.13
+++ b/docs/des-ema/des-ema-0.13
@@ -353,7 +353,7 @@ Defaults to base directory of the current selection, which happens to be the val
<tr valign="top">
<td><?php code( "ExecutionMode" ); ?></td>
<td>Execution mode of the program.<br />
-This may be choosen between following values:
+This may be chosen between following values:
<ul>
<li><?php code( "Normal" ); ?>: Starts as a standard graphical user interface</li>
<li><?php code( "Terminal" ); ?>: Starts the preferred terminal of the graphical environment, and runs the command in it</li>
@@ -541,9 +541,9 @@ When an element of the string list is negated, it must be considered as an AND c
<p>Example:</p>
<blockquote>
<p>
- The line « <?php code( "MimeTypes = image/*; video/*;" ); ?> » must be readen as « condition is met if each file in the current selection has a mimetype of "<?php code( "image/*" ); ?>" or of "<?php code( "video/*" ); ?>" »
+ The line « <?php code( "MimeTypes = image/*; video/*;" ); ?> » must be read as « condition is met if each file in the current selection has a mimetype of "<?php code( "image/*" ); ?>" or of "<?php code( "video/*" ); ?>" »
</p>
- <p>And the line « <?php code( "MimeTypes = image/*; video/*; !image/bmp" ); ?> » must be readen as « condition is met if each file in the current selection has a mimetype of "<?php code( "image/*" ); ?>" or of "<?php code( "video/*" ); ?>", but must not have the "<?php code( "image/bmp" ); ?>" mimetype ».
+ <p>And the line « <?php code( "MimeTypes = image/*; video/*; !image/bmp" ); ?> » must be read as « condition is met if each file in the current selection has a mimetype of "<?php code( "image/*" ); ?>" or of "<?php code( "video/*" ); ?>", but must not have the "<?php code( "image/bmp" ); ?>" mimetype ».
</p>
</blockquote>
@@ -727,7 +727,7 @@ Defaults to "<?php code( "/" ); ?>".</td>
<td>A list of capabilities each item of the selection must satisfy in order the item be candidate.<br />
Capabilities may be negated.<br />
Please note that each element of the specified list must be considered as ANDed, i.e. if we have "<?php code( "Capabilities=Readable;Writable;!Local" ); ?>", then each element of the selection must be both readable AND writable AND not local.<br />
-Capabilities have to be choosen between following predefined ones:
+Capabilities have to be chosen between following predefined ones:
<ul>
<li>"<?php code( "Owner" ); ?>": current user is the owner of selected items</li>
<li>"<?php code( "Readable" ); ?>": selected items are readable by user (probably more usefull when negated)</li>
@@ -815,7 +815,7 @@ Example:
The basename used is those of the first item of the selected items list as provided by the file manager. There is only a small chance that it would be those of the first visually selected item, and there is contrarily great chances that it would not be predictable at all.
</p>
<p>
- Even if the choosen parameter is the same for all selected items, the behavior is the identical.<br />
+ Even if the chosen parameter is the same for all selected items, the behavior is the identical.<br />
If the <?php code( "Exec" ); ?> key is "<?php code( "echo %d %B" ); ?>", then the following commands will be run:<br />
"<?php code( "echo /data pierre paul jacques" ); ?>"<br />
"<?php code( "echo /data pierre paul jacques" ); ?>"<br />
@@ -1098,7 +1098,7 @@ The <?php code( "level-zero.directory" ); ?> file may be searched for in <?php c
Not finding a <?php code( "level-zero.directory" ); ?> file should not prevent actions or menus to be displayed. Instead, they just would be displayed in an unspecified, implementation-dependant, order.
</p>
<p>
-The name "<?php code( "level-zero.directory" ); ?>" is choosen to not risk any collision with regular <?php desktop(); ?> files.
+The name "<?php code( "level-zero.directory" ); ?>" is chosen to not risk any collision with regular <?php desktop(); ?> files.
</p>
<!-- ----------------------------------------------------------------------------- -->
diff --git a/docs/des-ema/des-ema-0.14 b/docs/des-ema/des-ema-0.14
index c4a1442..6099137 100644
--- a/docs/des-ema/des-ema-0.14
+++ b/docs/des-ema/des-ema-0.14
@@ -353,7 +353,7 @@ Defaults to base directory of the current selection, which happens to be the val
<tr valign="top">
<td><?php code( "ExecutionMode" ); ?></td>
<td>Execution mode of the program.<br />
-This may be choosen between following values:
+This may be chosen between following values:
<ul>
<li><?php code( "Normal" ); ?>: Starts as a standard graphical user interface</li>
<li><?php code( "Terminal" ); ?>: Starts the preferred terminal of the graphical environment, and runs the command in it</li>
@@ -541,9 +541,9 @@ When an element of the string list is negated, it must be considered as an AND c
<p>Example:</p>
<blockquote>
<p>
- The line « <?php code( "MimeTypes = image/*; video/*;" ); ?> » must be readen as « condition is met if each file in the current selection has a mimetype of "<?php code( "image/*" ); ?>" or of "<?php code( "video/*" ); ?>" »
+ The line « <?php code( "MimeTypes = image/*; video/*;" ); ?> » must be read as « condition is met if each file in the current selection has a mimetype of "<?php code( "image/*" ); ?>" or of "<?php code( "video/*" ); ?>" »
</p>
- <p>And the line « <?php code( "MimeTypes = image/*; video/*; !image/bmp" ); ?> » must be readen as « condition is met if each file in the current selection has a mimetype of "<?php code( "image/*" ); ?>" or of "<?php code( "video/*" ); ?>", but must not have the "<?php code( "image/bmp" ); ?>" mimetype ».
+ <p>And the line « <?php code( "MimeTypes = image/*; video/*; !image/bmp" ); ?> » must be read as « condition is met if each file in the current selection has a mimetype of "<?php code( "image/*" ); ?>" or of "<?php code( "video/*" ); ?>", but must not have the "<?php code( "image/bmp" ); ?>" mimetype ».
</p>
</blockquote>
@@ -727,7 +727,7 @@ Defaults to "<?php code( "/" ); ?>".</td>
<td>A list of capabilities each item of the selection must satisfy in order the item be candidate.<br />
Capabilities may be negated.<br />
Please note that each element of the specified list must be considered as ANDed, i.e. if we have "<?php code( "Capabilities=Readable;Writable;!Local" ); ?>", then each element of the selection must be both readable AND writable AND not local.<br />
-Capabilities have to be choosen between following predefined ones:
+Capabilities have to be chosen between following predefined ones:
<ul>
<li>"<?php code( "Owner" ); ?>": current user is the owner of selected items</li>
<li>"<?php code( "Readable" ); ?>": selected items are readable by user (probably more usefull when negated)</li>
@@ -830,7 +830,7 @@ Example:
The basename used is those of the first item of the selected items list as provided by the file manager. There is only a small chance that it would be those of the first visually selected item, and there is contrarily great chances that it would not be predictable at all.
</p>
<p>
- Even if the choosen parameter is the same for all selected items, the behavior is the identical.<br />
+ Even if the chosen parameter is the same for all selected items, the behavior is the identical.<br />
If the <?php code( "Exec" ); ?> key is "<?php code( "echo %d %B" ); ?>", then the following commands will be run:<br />
"<?php code( "echo /data pierre paul jacques" ); ?>"<br />
"<?php code( "echo /data pierre paul jacques" ); ?>"<br />
@@ -1113,7 +1113,7 @@ The <?php code( "level-zero.directory" ); ?> file may be searched for in <?php c
Not finding a <?php code( "level-zero.directory" ); ?> file should not prevent actions or menus to be displayed. Instead, they just would be displayed in an unspecified, implementation-dependant, order.
</p>
<p>
-The name "<?php code( "level-zero.directory" ); ?>" is choosen to not risk any collision with regular <?php desktop(); ?> files.
+The name "<?php code( "level-zero.directory" ); ?>" is chosen to not risk any collision with regular <?php desktop(); ?> files.
</p>
<!-- ----------------------------------------------------------------------------- -->
diff --git a/docs/des-ema/des-ema-0.15 b/docs/des-ema/des-ema-0.15
index 2ec0bf3..5a35884 100644
--- a/docs/des-ema/des-ema-0.15
+++ b/docs/des-ema/des-ema-0.15
@@ -353,7 +353,7 @@ Defaults to base directory of the current selection, which happens to be the val
<tr valign="top">
<td><?php code( "ExecutionMode" ); ?></td>
<td>Execution mode of the program.<br />
-This may be choosen between following values:
+This may be chosen between following values:
<ul>
<li><?php code( "Normal" ); ?>: Starts as a standard graphical user interface</li>
<li><?php code( "Terminal" ); ?>: Starts the preferred terminal of the graphical environment, and runs the command in it</li>
@@ -727,7 +727,7 @@ Defaults to "<?php code( "/" ); ?>".</td>
<td>A list of capabilities each item of the selection must satisfy in order the item be candidate.<br />
Capabilities may be negated.<br />
Please note that each element of the specified list must be considered as ANDed, i.e. if we have "<?php code( "Capabilities=Readable;Writable;!Local" ); ?>", then each element of the selection must be both readable AND writable AND not local.<br />
-Capabilities have to be choosen between following predefined ones:
+Capabilities have to be chosen between following predefined ones:
<ul>
<li>"<?php code( "Owner" ); ?>": current user is the owner of the selected items</li>
<li>"<?php code( "Readable" ); ?>": selected items are readable by user (probably more usefull when negated)</li>
@@ -1131,7 +1131,7 @@ The <?php code( "level-zero.directory" ); ?> file may be searched for in <?php c
Not finding a <?php code( "level-zero.directory" ); ?> file should not prevent actions or menus to be displayed. Instead, they just would be displayed in an unspecified, implementation-dependent, order.
</p>
<p>
-The name "<?php code( "level-zero.directory" ); ?>" is choosen to not risk any collision with regular <?php desktop(); ?> files.
+The name "<?php code( "level-zero.directory" ); ?>" is chosen to not risk any collision with regular <?php desktop(); ?> files.
</p>
<!-- ----------------------------------------------------------------------------- -->
diff --git a/docs/nact/C/nact-execution.xml b/docs/nact/C/nact-execution.xml
index faddb2b..0c79c7d 100644
--- a/docs/nact/C/nact-execution.xml
+++ b/docs/nact/C/nact-execution.xml
@@ -148,7 +148,7 @@
</screenshot>
</figure>
<para>
- The execution mode of your command may be choosen between following
+ The execution mode of your command may be chosen between following
values:
</para>
<variablelist>
diff --git a/docs/nact/de/de.po b/docs/nact/de/de.po
index a5c443f..659fed5 100644
--- a/docs/nact/de/de.po
+++ b/docs/nact/de/de.po
@@ -2739,7 +2739,7 @@ msgstr ""
#: C/nautilus-actions-config-tool.xml:150(para)
msgid ""
-"The execution mode of your command may be choosen between following values:"
+"The execution mode of your command may be chosen between following values:"
msgstr ""
"Der Ausführungsmodus Ihres Befehls kann aus folgenden Werten gewählt werden:"
diff --git a/docs/nact/es/es.po b/docs/nact/es/es.po
index a061d1f..e92f9e4 100644
--- a/docs/nact/es/es.po
+++ b/docs/nact/es/es.po
@@ -2465,7 +2465,7 @@ msgstr ""
#: C/nautilus-actions-config-tool.xml:150(para)
msgid ""
-"The execution mode of your command may be choosen between following values:"
+"The execution mode of your command may be chosen between following values:"
msgstr ""
#: C/nautilus-actions-config-tool.xml:156(term)
diff --git a/docs/nact/fr/fr.po b/docs/nact/fr/fr.po
index 5714968..1655aae 100644
--- a/docs/nact/fr/fr.po
+++ b/docs/nact/fr/fr.po
@@ -3048,7 +3048,7 @@ msgid "Focus on the execution mode frame."
msgstr "Détail de l'encadré concernant le mode d'exécution."
#: C/nautilus-actions-config-tool.xml:150(para)
-msgid "The execution mode of your command may be choosen between following values:"
+msgid "The execution mode of your command may be chosen between following values:"
msgstr ""
"Le mode d'exécution de la commande peut être choisi parmi les valeurs "
"suivantes :"
diff --git a/docs/nact/sl/sl.po b/docs/nact/sl/sl.po
index a1ad6f8..ff084b3 100644
--- a/docs/nact/sl/sl.po
+++ b/docs/nact/sl/sl.po
@@ -1789,7 +1789,7 @@ msgid "Focus on the execution mode frame."
msgstr ""
#: C/nautilus-actions-config-tool.xml:150(para)
-msgid "The execution mode of your command may be choosen between following values:"
+msgid "The execution mode of your command may be chosen between following values:"
msgstr ""
#: C/nautilus-actions-config-tool.xml:156(term)
diff --git a/src/api/na-iimporter.h b/src/api/na-iimporter.h
index 1d4ee9b..fe3b112 100644
--- a/src/api/na-iimporter.h
+++ b/src/api/na-iimporter.h
@@ -209,7 +209,7 @@ typedef NAObjectItem * ( *NAIImporterCheckFn )( const NAObjectItem *, void * );
* any other way to ask the user, then a 'no import' policy should be
* preferred when managing duplicate identifiers.
*
- * Returns: the import mode choosen by the user, which must not be
+ * Returns: the import mode chosen by the user, which must not be
* %IMPORTER_MODE_ASK.
*
* Since: 2.30
diff --git a/src/core/na-icontext-factory.c b/src/core/na-icontext-factory.c
index 6c58d80..0f1b970 100644
--- a/src/core/na-icontext-factory.c
+++ b/src/core/na-icontext-factory.c
@@ -504,7 +504,7 @@ NADataDef data_def_conditions [] = {
* of the specification, they are not translatable */
N_( "A list of capabilities each item of the selection must satisfy in order for the item to be candidate.\n" \
"Capabilities may be negated.\n" \
- "Capabilities have to be choosen between following predefined ones:\n" \
+ "Capabilities have to be chosen between following predefined ones:\n" \
"- 'Owner': current user is the owner of selected items\n" \
"- 'Readable': selected items are readable by user (probably more usefull when negated)\n" \
"- 'Writable': selected items are writable by user\n" \
diff --git a/src/core/na-iduplicable.c b/src/core/na-iduplicable.c
index 11fc494..66906e0 100644
--- a/src/core/na-iduplicable.c
+++ b/src/core/na-iduplicable.c
@@ -304,7 +304,7 @@ na_iduplicable_duplicate( const NAIDuplicable *object )
* na_iduplicable_check_status() is not, as itself, recursive.
* That is, the modification and validity status are only set on the
* specified object.
- * #NAObject implementation has choosen to handle itself the recursivity:
+ * #NAObject implementation has chosen to handle itself the recursivity:
* na_object_check_status() so first check status for childs, before
* calling this function.
*
diff --git a/src/core/na-importer.c b/src/core/na-importer.c
index f5a58c0..fa57403 100644
--- a/src/core/na-importer.c
+++ b/src/core/na-importer.c
@@ -69,7 +69,7 @@ static guint ask_user_for_mode( const NAObjectItem *importing, const NAO
* Each import operation will have its corresponding newly allocated
* #NAImporterResult structure which will contain:
* - the imported URI
- * - a #NAObjectItem item if import was successfull, or %NULL
+ * - a #NAObjectItem item if import was successful, or %NULL
* - a list of error messages, or %NULL.
*
* If asked mode is 'ask', then ask the user at least the first time
@@ -78,7 +78,7 @@ static guint ask_user_for_mode( const NAObjectItem *importing, const NAO
* so preferences are:
* - asked import mode (may be 'ask') -> import-mode
* - keep my choice -> import-keep-choice
- * - last choosen import mode -> import-ask-user-last-mode
+ * - last chosen import mode -> import-ask-user-last-mode
*
* Returns: the last import operation code.
*
diff --git a/src/core/na-settings.c b/src/core/na-settings.c
index 9f9c6e5..be295f1 100644
--- a/src/core/na-settings.c
+++ b/src/core/na-settings.c
@@ -667,7 +667,7 @@ na_settings_get_uint_list( NASettings *settings, const gchar *key, gboolean *fou
* This function should only be called for unambiguous keys; the resultat
* is otherwise undefined (and rather unpredictable).
*
- * Returns: %TRUE is the writing has been successfull, %FALSE else.
+ * Returns: %TRUE is the writing has been successful, %FALSE else.
*
* Since: 3.1.0
*/
@@ -693,7 +693,7 @@ na_settings_set_boolean( NASettings *settings, const gchar *key, gboolean value
*
* This function writes @value as a user preference.
*
- * Returns: %TRUE is the writing has been successfull, %FALSE else.
+ * Returns: %TRUE is the writing has been successful, %FALSE else.
*
* Since: 3.1.0
*/
@@ -721,7 +721,7 @@ na_settings_set_boolean_ex( NASettings *settings, const gchar *group, const gcha
* This function should only be called for unambiguous keys; the resultat
* is otherwise undefined (and rather unpredictable).
*
- * Returns: %TRUE is the writing has been successfull, %FALSE else.
+ * Returns: %TRUE is the writing has been successful, %FALSE else.
*
* Since: 3.1.0
*/
@@ -742,7 +742,7 @@ na_settings_set_string( NASettings *settings, const gchar *key, const gchar *val
* This function should only be called for unambiguous keys; the resultat
* is otherwise undefined (and rather unpredictable).
*
- * Returns: %TRUE is the writing has been successfull, %FALSE else.
+ * Returns: %TRUE is the writing has been successful, %FALSE else.
*
* Since: 3.1.0
*/
@@ -774,7 +774,7 @@ na_settings_set_string_list( NASettings *settings, const gchar *key, const GSLis
* This function should only be called for unambiguous keys; the resultat
* is otherwise undefined (and rather unpredictable).
*
- * Returns: %TRUE is the writing has been successfull, %FALSE else.
+ * Returns: %TRUE is the writing has been successful, %FALSE else.
*
* Since: 3.1.0
*/
@@ -802,7 +802,7 @@ na_settings_set_uint( NASettings *settings, const gchar *key, guint value )
* This function should only be called for unambiguous keys; the resultat
* is otherwise undefined (and rather unpredictable).
*
- * Returns: %TRUE is the writing has been successfull, %FALSE else.
+ * Returns: %TRUE is the writing has been successful, %FALSE else.
*
* Since: 3.1.0
*/
diff --git a/src/io-desktop/nadp-writer.c b/src/io-desktop/nadp-writer.c
index e21ce51..78aa54b 100644
--- a/src/io-desktop/nadp-writer.c
+++ b/src/io-desktop/nadp-writer.c
@@ -192,7 +192,7 @@ nadp_iio_provider_write_item( const NAIIOProvider *provider, const NAObjectItem
/*
* actually writes the item to the existing NadpDesktopFile
- * as we have choosen to take advantage of data factory management system
+ * as we have chosen to take advantage of data factory management system
* we do not need to enumerate each and every elementary data
*
* As we want keep comments between through multiple updates, we cannot
diff --git a/src/nact/nact-assistant-export.h b/src/nact/nact-assistant-export.h
index 40a4348..cd1f796 100644
--- a/src/nact/nact-assistant-export.h
+++ b/src/nact/nact-assistant-export.h
@@ -45,7 +45,7 @@
* <key>/schemas/apps/nautilus-actions/..../uuid/label</key>
* <applyto>/apps/..../label</applyto>
*
- * I don't know why Frederic had choosen to export as schema. But this
+ * I don't know why Frederic had chosen to export as schema. But this
* implies that :
* - if all actions are imported via gconftool-2 --install-schema-file,
* then the schema will be repeated once for each imported action (as
diff --git a/src/nact/nact-export-ask.c b/src/nact/nact-export-ask.c
index 6014b6a..7c79605 100644
--- a/src/nact/nact-export-ask.c
+++ b/src/nact/nact-export-ask.c
@@ -251,7 +251,7 @@ export_ask_new( BaseWindow *parent )
* when the set export format is 'Ask me'. Each exported file runs this
* dialog, unless the user selects the 'keep same choice' box.
*
- * Returns: the mode choosen by the user as a #GQuark which identifies
+ * Returns: the mode chosen by the user as a #GQuark which identifies
* the export mode.
* The function defaults to returning NA_IPREFS_DEFAULT_EXPORT_FORMAT.
*
diff --git a/src/nact/nact-gtk-utils.c b/src/nact/nact-gtk-utils.c
index 0c10863..dd58226 100644
--- a/src/nact/nact-gtk-utils.c
+++ b/src/nact/nact-gtk-utils.c
@@ -402,7 +402,7 @@ nact_gtk_utils_render( const gchar *name, GtkImage *widget, GtkIconSize size )
* -> choose and display an existing file name
* -> record the dirname URI.
*
- * If the user validates its selection, the choosen file pathname will be
+ * If the user validates its selection, the chosen file pathname will be
* written in the @entry #GtkEntry, while the corresponding dirname
* URI will be written as @entry_name in Preferences.
*/
@@ -430,7 +430,7 @@ nact_gtk_utils_select_file( BaseWindow *window,
* -> choose and display an existing file name
* -> record the dirname URI.
*
- * If the user validates its selection, the choosen file pathname will be
+ * If the user validates its selection, the chosen file pathname will be
* written in the @entry #GtkEntry, while the corresponding dirname
* URI will be written as @entry_name in Preferences.
*/
@@ -514,7 +514,7 @@ nact_gtk_utils_select_file_with_preview( BaseWindow *window,
* -> choose and display an existing dir name
* -> record the dirname URI of this dir name.
*
- * If the user validates its selection, the choosen file pathname will be
+ * If the user validates its selection, the chosen file pathname will be
* written in the @entry #GtkEntry, while the corresponding dirname
* URI will be written as @entry_name in Preferences.
*/
diff --git a/src/nact/nact-tree-model-dnd.c b/src/nact/nact-tree-model-dnd.c
index 17133c7..aa6524b 100644
--- a/src/nact/nact-tree-model-dnd.c
+++ b/src/nact/nact-tree-model-dnd.c
@@ -259,12 +259,12 @@ nact_tree_model_dnd_idrag_dest_row_drop_possible( GtkTreeDragDest *drag_dest, Gt
/**
* nact_tree_model_dnd_imulti_drag_source_drag_data_get:
* @context: contains
- * - the suggested action, as choosen by the drop site,
+ * - the suggested action, as chosen by the drop site,
* between those we have provided in imulti_drag_source_get_drag_actions()
* - the target folder (XDS protocol)
* @selection_data:
* @rows: list of row references which are to be dropped
- * @info: the suggested format, as choosen by the drop site, between those
+ * @info: the suggested format, as chosen by the drop site, between those
* we have provided in imulti_drag_source_get_target_list()
*
* This function is called when we release the selected items onto the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]