[gnome-music] query: fix typo in the comment



commit 42e58e159c4453c6aa63fa8b44b6c32dcebaf513
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Thu Jun 5 11:07:29 2014 +0200

    query: fix typo in the comment

 gnomemusic/query.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/query.py b/gnomemusic/query.py
index 1db4f04..0e33119 100644
--- a/gnomemusic/query.py
+++ b/gnomemusic/query.py
@@ -796,8 +796,8 @@ class Query():
     """.replace('\n', ' ').strip() % {'entry_urn': entry_urn}
         return query
 
-    #Functions for search
-    # TODO: make those queries actualyl return something
+    # Functions for search
+    # TODO: make those queries actually return something
     @staticmethod
     def get_albums_with_any_match(name):
         name = Tracker.sparql_escape_string(GLib.utf8_casefold(name, -1))


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