[gnome-music/wip/jfelder/selection-misc-cleanups: 19/20] albumsview: Fix typo in a comment



commit 16aaef128ea50f2a3a02d3c245d09ee384dbd049
Author: Jean Felder <jfelder src gnome org>
Date:   Fri Jan 10 12:23:35 2020 +0100

    albumsview: Fix typo in a comment

 gnomemusic/views/albumsview.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/views/albumsview.py b/gnomemusic/views/albumsview.py
index 32818308..35d20b0f 100644
--- a/gnomemusic/views/albumsview.py
+++ b/gnomemusic/views/albumsview.py
@@ -172,7 +172,7 @@ class AlbumsView(Gtk.Stack):
 
         # NOTE: Adding SYNC_CREATE here will trigger all the nested
         # models to be created. This will slow down initial start,
-        # but will improve initial 'selecte all' speed.
+        # but will improve initial 'select all' speed.
         album_widget.bind_property(
             "selected", corealbum, "selected",
             GObject.BindingFlags.BIDIRECTIONAL)


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