[gnome-photos] query-builder: Fix typo



commit be10a9c5abbaf0f927a39f4649950116ef7686bb
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Aug 19 16:22:50 2013 +0200

    query-builder: Fix typo

 src/photos-query-builder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-query-builder.c b/src/photos-query-builder.c
index eb434fd..bd8f834 100644
--- a/src/photos-query-builder.c
+++ b/src/photos-query-builder.c
@@ -104,7 +104,7 @@ photos_query_builder_filter (gint flags)
 static gchar *
 photos_query_builder_optional (void)
 {
-  return g_strdup ("OPTIONAL { ?urn nco:creator ?creater . } "
+  return g_strdup ("OPTIONAL { ?urn nco:creator ?creator . } "
                    "OPTIONAL { ?urn nco:publisher ?publisher . }");
 }
 


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