From b0a8ec15258e3f41f317d9dacdd615ffba3a7cfa Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sun, 21 Jun 2015 14:17:59 +0200 Subject: [PATCH] news: fix typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 143fbe10..e5bb3aaf 100644 --- a/NEWS +++ b/NEWS @@ -15,7 +15,7 @@ ncmpcpp-0.7 (????-??-??) * Current MPD host may now be shown in playlist (playlist_show_mpd_host configuration variable, disabled by default). * Random album artists can now be added to the playlist. * Case insensitive searching is now Unicode aware as long as boost was compiled with ICU support. -* Searching with regular expressions are now enabled by default. +* Searching with regular expressions is now enabled by default. * Support for the Perl regular expression syntax was added. * BOOST_LIB_SUFFIX configure variable is now empty by default. * Shuffle function now shuffles only selected range if selection in playlist is active.