[libgda] s/SqlCipher/SQLCipher/
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] s/SqlCipher/SQLCipher/
- Date: Wed, 1 Feb 2012 20:11:00 +0000 (UTC)
commit 2063f97f0012b5fcda0ddcbecbf3da6fb939450e
Author: Vivien Malerba <malerba gnome-db org>
Date: Wed Feb 1 21:08:09 2012 +0100
s/SqlCipher/SQLCipher/
configure.ac | 2 +-
doc/C/limitations.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5437309..dd15e2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -540,7 +540,7 @@ dnl ******************************
dnl Checks for libcrypto
dnl ******************************
AC_ARG_ENABLE([crypto],
- AS_HELP_STRING([--disable-crypto], [Disable SqlCipher database provider (using the libcrypto library)]),
+ AS_HELP_STRING([--disable-crypto], [Disable SQLCipher database provider (using the libcrypto library)]),
[enable_crypto=$enableval],[enable_crypto=yes])
if test "x$enable_crypto" = xyes
diff --git a/doc/C/limitations.xml b/doc/C/limitations.xml
index b65118e..97e6a52 100644
--- a/doc/C/limitations.xml
+++ b/doc/C/limitations.xml
@@ -150,7 +150,7 @@
</sect2>
</sect1>
- <sect1 id="limitations_sqlcipher"><title>For SqlCipher</title>
+ <sect1 id="limitations_sqlcipher"><title>For SQLCipher</title>
<para>
The following limitations apply to SQLite database accessed through the SQLCipher database
provider. The SQLCipher database provider allows one to connect to a database encrypted using the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]