Git commit 75230461bc0c029e3aee8a29d5b9eccaa7bd9939 by Yuri Chornoivan.
Committed on 26/01/2022 at 06:28.
Pushed by yurchor into branch 'master'.

Fix minor typos

M  +1    -1    doc/en/index.docbook

https://invent.kde.org/sdk/kdiff3/commit/75230461bc0c029e3aee8a29d5b9eccaa7bd9939

diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 58bf55a..b02a338 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -917,7 +917,7 @@ Yet there is one option here that is also relevant for 
saving single files:
        </para></listitem></varlistentry>
     <varlistentry><term><guilabel>Note: Local Encoding is 
"..."</guilabel></term><listitem><para>Above the codec-selectors appears this 
note that tells you what the local encoding is. (This is not adjustable but for 
your information just in case you don't know your local encoding, but need to 
select it.)
        </para></listitem></varlistentry>
-    <varlistentry><term><guilabel>Auto Dectect 
Unicode</guilabel></term><listitem><para> This option attempts to use the BOM 
or meta data from XML/HTML documents to detect Unicode encoding. Failing that 
it will check if a short sample from the beginning of the file can be 
interrupted as UTF-8. If this check passes UTF-8 will be used. Otherwise it 
will fall back to the user selected codec. Only UTF-8 is supported with no BOM 
or metadata present.
+    <varlistentry><term><guilabel>Auto Detect 
Unicode</guilabel></term><listitem><para> This option attempts to use the BOM 
or meta data from XML/HTML documents to detect Unicode encoding. Failing that 
it will check if a short sample from the beginning of the file can be 
interpreted as UTF-8. If this check passes UTF-8 will be used. Otherwise it 
will fall back to the user selected codec. Only UTF-8 is supported with no BOM 
or metadata present.
        </para></listitem></varlistentry>
     <varlistentry><term><guilabel>File Encoding for 
A/B/C:</guilabel></term><listitem><para> Adjust the file encoding for input 
files. This has an effect on how the special characters are interpreted. Since 
you can adjust each codec separately you can even compare and merge files that 
were saved using different codecs.
        </para></listitem></varlistentry>

Reply via email to