Skip to content

Commit 1448068

Browse files
committed
chore: typo
close #880 #879
1 parent 83485c5 commit 1448068

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/xar-resources/data/backup/backup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
<programlisting xlink:href="listings/listing-9.txt"/>
435435
<para>Default settings for the user, password or server URIs can also be set in the
436436
<literal>backup.properties</literal> file.</para>
437-
<para>If you want to connect to a databse using SSL, use the parameter <literal>--use-ssl</literal> or
437+
<para>If you want to connect to a database using SSL, use the parameter <literal>--use-ssl</literal> or
438438
(shorter) <literal>-S</literal>:</para>
439439
<programlisting xlink:href="listings/listing-12.txt"/>
440440
<para>NOTE: You still have to set the correct port (usually port 443), otherwise the client will attempt

src/main/xar-resources/data/devguide_indexes/devguide_indexes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@
594594
suggests if eXist doesn't own the admin rights. Conversely,
595595
<literal>removeIndexContent()</literal> wiould probably have nothing to do if eXist
596596
owns the admin rights since physically destroying the DB would probably be more
597-
efficient than deleteing table contents.</para>
597+
efficient than deleting table contents.</para>
598598
<para> <literal>checkIndex()</literal> will delegate the task to the
599599
<literal>broker</literal>'s <literal>IndexWorker</literal>.</para>
600600
<para>The remaining methods are DB-dependant and thus abstract:</para>
@@ -648,7 +648,7 @@
648648
remember that the database should be closed at that moment no file locking
649649
issues.</para>
650650
<para> <literal>removeIndexContent()</literal> deletes the table that contains spatial
651-
data. As explained above, this is less efficient than deleteing the whole databse
651+
data. As explained above, this is less efficient than deleting the whole database
652652
though!</para>
653653
<para>The two next methods are totally JDBC-specific and, given the way they are
654654
implemented, are totally embedded HSQLDB-specific. The <emphasis>current</emphasis>

0 commit comments

Comments
 (0)