Git commit b39e68946d8e5833848af5eb7075fa9f4b7c71f6 by Gilles Caulier.
Committed on 25/09/2016 at 19:33.
Pushed by cgilles into branch 'master'.

spelling errors in the database chapter fixed by Wolfgang

M  +2    -2    digikam/using-setup-database.docbook

http://commits.kde.org/digikam-doc/b39e68946d8e5833848af5eb7075fa9f4b7c71f6

diff --git a/digikam/using-setup-database.docbook 
b/digikam/using-setup-database.docbook
index 84cffe3..7c69f42 100644
--- a/digikam/using-setup-database.docbook
+++ b/digikam/using-setup-database.docbook
@@ -13,7 +13,7 @@
         <title>The Sqlite Database</title>
 
         <para>
-            <ulink url="https://sqlite.org";>SQLite</ulink> is a relational 
database management system, contained in C programming library. SQLite is not 
directly comparable to client/server SQL database engines such as MySQL, Oracle 
or PostgreSQL. Rather, it is an embedded SQL database engine, &ie; it is 
embedded in an end program. SQLite reads and writes directly to ordinary disk 
files. For device-local storage with low writer concurrency and less than a 
terabyte of content, SQLite is almost always a better solution. SQLite is fast 
and reliable and it requires no configuration or maintenance. It keeps thing 
simple. SQLite "just works".
+            <ulink url="https://sqlite.org";>SQLite</ulink> is a relational 
database management system, contained in C programming library. SQLite is not 
directly comparable to client/server SQL database engines such as MySQL, Oracle 
or PostgreSQL. Rather, it is an embedded SQL database engine, &ie; it is 
embedded in an end program. SQLite reads and writes directly to ordinary disk 
files. For device-local storage with low writer concurrency and less than a 
terabyte of content, SQLite is almost always a better solution. SQLite is fast 
and reliable and it requires no configuration or maintenance. It keeps things 
simple. SQLite "just works".
         </para>
 
         <para>
@@ -38,7 +38,7 @@
         </para>
 
         <para>
-            To make your application run fast and smoothly, it is recommended 
to check and optimize your databases once in awhile. This could be achieved 
using sqlite3 packages or sqlite browser (high quality, easy to use visual tool 
for managing database objects). For Ubuntu and its derivatives, it could be 
retrieved using <command>sudo apt-get install sqlite3</command> or 
<command>sudo apt-get install sqlitebrowser</command>. Now all remains is to 
open the terminal, switch to the directory where databases and stored.
+            To make your application run fast and smoothly, it is recommended 
to check and optimize your databases once in awhile. This could be achieved 
using sqlite3 packages or sqlite browser (high quality, easy to use visual tool 
for managing database objects). For Ubuntu and its derivatives, it could be 
retrieved using <command>sudo apt-get install sqlite3</command> or 
<command>sudo apt-get install sqlitebrowser</command>. Now all remains is to 
open the terminal, switch to the directory where databases are stored.
         </para>
 
         <note><para>

Reply via email to