package/libcddb: fix typo in help text

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit c581396b91)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2024-09-14 09:19:14 +02:00
parent 7cedebe44e
commit 736d908465

View File

@@ -15,6 +15,6 @@ if BR2_PACKAGE_LIBCDDB
config BR2_PACKAGE_LIBCDDB_INSTALL_CDDB_QUERY
bool "install cddb_query"
help
cddb_query is an optionnal libcddb test program.
cddb_query is an optional libcddb test program.
endif