[frogr] Fixed typos in comments
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Fixed typos in comments
- Date: Sun, 11 Nov 2012 11:38:06 +0000 (UTC)
commit 24df75bd270e3d879d0b26fdad476818ddbfcafe
Author: Mario Sanchez Prada <msanchez gnome org>
Date: Sun Nov 11 12:37:30 2012 +0100
Fixed typos in comments
src/frogr-model.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/frogr-model.c b/src/frogr-model.c
index ae33b5e..73544b3 100644
--- a/src/frogr-model.c
+++ b/src/frogr-model.c
@@ -100,7 +100,7 @@ _remove_remote_photosets (FrogrModel *self)
if (id)
g_hash_table_remove (priv->sets_table, id);
- /* A remote photo soet might be still indexed by its local ID */
+ /* A remote photo set might be still indexed by its local ID */
id = frogr_photoset_get_local_id (set);
if (id)
g_hash_table_remove (priv->sets_table, id);
@@ -849,7 +849,7 @@ frogr_model_deserialize (FrogrModel *self, JsonNode *json_node)
if (array_member)
pictures = _deserialize_list_from_json_array (array_member, FROGR_TYPE_PICTURE);
- /* Now we take the list of pictures and carefully ad them into the
+ /* Now we take the list of pictures and carefully add them into the
model as long as the associated thumbnails are being loaded */
loader = frogr_file_loader_new_from_pictures (pictures);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]