[grilo-plugins] podcasts: Fix typo



commit fa4bcb96d7482784bf9089e4015677740c81d775
Author: Alberto Garcia <berto igalia com>
Date:   Sun Feb 28 22:09:02 2016 +0200

    podcasts: Fix typo

 src/podcasts/grl-podcasts.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/podcasts/grl-podcasts.c b/src/podcasts/grl-podcasts.c
index 9de34e3..14a0868 100644
--- a/src/podcasts/grl-podcasts.c
+++ b/src/podcasts/grl-podcasts.c
@@ -778,7 +778,7 @@ produce_podcast_contents_from_db (OperationSpec *os)
   }
 
   if (r != SQLITE_DONE) {
-    GRL_WARNING ("Failed to retrive podcast streams: %s", sqlite3_errmsg (db));
+    GRL_WARNING ("Failed to retrieve podcast streams: %s", sqlite3_errmsg (db));
     error = g_error_new (GRL_CORE_ERROR,
                          os->error_code,
                          _("Failed to get podcast streams: %s"),


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