From 2c2362f666d72a5fce0bc5acee44725c3dfa8e2f Mon Sep 17 00:00:00 2001 From: mallibone Date: Fri, 5 Jul 2019 12:10:09 +0200 Subject: [PATCH] Typo fix --- sqlite-net-sqlcipher.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite-net-sqlcipher.nuspec b/sqlite-net-sqlcipher.nuspec index 9d9f414c..fe1f7968 100644 --- a/sqlite-net-sqlcipher.nuspec +++ b/sqlite-net-sqlcipher.nuspec @@ -11,7 +11,7 @@ SQLite-net Official SQLCipher .NET Standard Library SQLite-net Official Portable Library is the easy way to access sqlite from .NET apps. false - SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications. This version uses SQLitePCLRaw to provide platform independent versions of SQLite with the SQLCipher extension. This enables secure access to the datbase with password (key) access. + SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications. This version uses SQLitePCLRaw to provide platform independent versions of SQLite with the SQLCipher extension. This enables secure access to the database with password (key) access. sqlite-net sqlite pcl database orm mobile encryption sqlcipher See project page