[grilo] docs: Grammar correction: got



commit b7ad806faf1bc5d600c5555e67783ea1c34894cc
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Nov 14 10:21:30 2012 +0100

    docs: Grammar correction: got

 examples/browsing.c  |    2 +-
 src/data/grl-media.c |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/examples/browsing.c b/examples/browsing.c
index d05282a..461d576 100644
--- a/examples/browsing.c
+++ b/examples/browsing.c
@@ -32,7 +32,7 @@ browse_cb (GrlSource *source,
     g_error ("Browse operation failed. Reason: %s", error->message);
   }
 
-  /* Check if we got a valid media object as some plugins may call the callback
+  /* Check if we received a valid media object as some plugins may call the callback
      with a NULL media under certain circumstances (for example when they
      cannot estimate the number of remaining results and they find suddenly they
      don't have any more results to send) */
diff --git a/src/data/grl-media.c b/src/data/grl-media.c
index 3a0c295..3a409eb 100644
--- a/src/data/grl-media.c
+++ b/src/data/grl-media.c
@@ -821,7 +821,7 @@ grl_media_set_publication_date (GrlMedia *media, const GDateTime *date)
  * @media: a #GrlMedia
  * @region: the region's ISO-3166-1 code
  *
- * Sets the @region where @media got published.
+ * Sets the @region where @media was published.
  *
  * Since: 0.2.3
  */
@@ -1401,7 +1401,7 @@ grl_media_get_publication_date (GrlMedia *media)
  * grl_media_get_region:
  * @media: the media object
  *
- * Returns: (transfer none): the ISO-3166-1 of the region where the media got
+ * Returns: (transfer none): the ISO-3166-1 of the region where the media was
  * published (owned by @media).
  *
  * Since: 0.2.3
@@ -1423,7 +1423,7 @@ grl_media_get_region (GrlMedia *media)
  * Use grl_media_get_region_data_nth() to get the age certificate and 
  * publication date for other regions.
  *
- * Returns: (transfer none): the ISO-3166-1 of the region where the media got
+ * Returns: (transfer none): the ISO-3166-1 of the region where the media was
  * published (owned by @media).
  *
  * Since: 0.2.3
@@ -1461,7 +1461,7 @@ grl_media_get_region_data (GrlMedia *media,
  * ]]></programlisting>
  * </informalexample>
  *
- * Returns: (transfer none): the ISO-3166-1 of the region where the media got
+ * Returns: (transfer none): the ISO-3166-1 of the region where the media was
  * published (owned by @media).
  *
  * Since: 0.2.3



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