From d828442059264518b94f919f21fddd1ddc7e290c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Wed, 16 Feb 2022 18:57:13 +0100 Subject: [PATCH] Avoid unknown words --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 61a5160eb..4afd4102e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -43,9 +43,9 @@ Authors@R: Description: Embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine and for various extensions in a recent version is - included. System versions of sqlite3 will never be consulted because RSQLite - relies on static linking for the plugins it includes; this also ensures - a consistent experience across all installations. + included. System libraries will never be consulted because + this package relies on static linking for the plugins it includes; + this also ensures a consistent experience across all installations. License: LGPL (>= 2.1) URL: https://rsqlite.r-dbi.org, https://github.com/r-dbi/RSQLite BugReports: https://github.com/r-dbi/RSQLite/issues