[nautilus-actions] na_importer_import_from_list(): fix comment typo



commit 86a6c51ebf6d47b3700d55cfcc98b33d92c86971
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Jan 2 06:28:46 2012 +0100

    na_importer_import_from_list(): fix comment typo

 ChangeLog              |    2 ++
 src/core/na-importer.c |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 93cfb8f..00b8c2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-01-02 Pierre Wieser <pwieser trychlos org>
 
+	* src/core/na-importer.c (na_importer_import_from_list): Fix typo.
+
 	* src/core/na-about.c:
 	* src/core/na-about.h (na_about_get_icon_name): Returns a const string.
 
diff --git a/src/core/na-importer.c b/src/core/na-importer.c
index a00629c..1ac0ea8 100644
--- a/src/core/na-importer.c
+++ b/src/core/na-importer.c
@@ -122,7 +122,7 @@ static NAIOption    *get_mode_from_struct( const NAImportModeStr *str );
  * Imports a list of URIs.
  *
  * For each URI to import, we search through the available #NAIImporter
- * providers until the first which respond something different from
+ * providers until the first which returns with something different from
  * "not_willing_to" code.
  *
  * #parms.uris contains a list of URIs to import.
@@ -135,7 +135,7 @@ static NAIOption    *get_mode_from_struct( const NAImportModeStr *str );
  *
  * If asked mode is 'ask', then ask the user at least the first time;
  * the 'keep my choice' is active or not, depending of the last time used,
- * then the 'keep my chose' is kept for other times.
+ * then the 'keep my choice' is kept for other times.
  * So preferences are:
  * - asked import mode (may be 'ask') -> import-mode
  * - keep my choice                   -> import-keep-choice



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]