From 972e56bdafeff0770ccf7d5a25417863d40afdce Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 24 Sep 2024 14:24:01 +0200 Subject: [PATCH] package/sqlite: fix 'access' typo in help text Signed-off-by: Peter Korsgaard Signed-off-by: Arnout Vandecappelle (cherry picked from commit 930663032b94bf5a26ca5e0efc582b9ab57cc677) Signed-off-by: Peter Korsgaard --- package/sqlite/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sqlite/Config.in b/package/sqlite/Config.in index 0ae9878d7b..ce1e369b20 100644 --- a/package/sqlite/Config.in +++ b/package/sqlite/Config.in @@ -20,7 +20,7 @@ config BR2_PACKAGE_SQLITE_ENABLE_COLUMN_METADATA bool "Enable convenient access to meta-data about tables and queries" help When this option is defined there are some additional APIs - enabled to acces meta-data about tables and queries (see + enabled to access meta-data about tables and queries (see https://sqlite.org/compile.html). config BR2_PACKAGE_SQLITE_ENABLE_FTS3