[listener] fix typo in comment for stored playlists

This commit is contained in:
chme 2017-09-02 07:36:16 +02:00
parent ecfea82234
commit da2e998c8d

View File

@ -16,7 +16,7 @@ enum listener_event_type
LISTENER_OPTIONS = (1 << 4),
/* The library has been modified */
LISTENER_DATABASE = (1 << 5),
/* A stored playlist has ben modified (create, delete, add, rename) */
/* A stored playlist has been modified (create, delete, add, rename) */
LISTENER_STORED_PLAYLIST = (1 << 6),
/* A library update has started or finished */
LISTENER_UPDATE = (1 << 7),