Przeglądaj źródła

package/sqlite: fix 'access' typo in help text

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit 930663032b94bf5a26ca5e0efc582b9ab57cc677)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 10 miesięcy temu
rodzic
commit
cda3a2e449
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package/sqlite/Config.in

+ 1 - 1
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