diff xml/510connectbot.in @ 388:ebcb4aea03ec

fix documentation typos
author Carl Byington <carl@five-ten-sg.com>
date Tue, 19 Aug 2014 15:45:29 -0700
parents 41fa02fdb9c6
children d26faad31533
line wrap: on
line diff
--- a/xml/510connectbot.in	Wed Aug 06 11:50:58 2014 -0700
+++ b/xml/510connectbot.in	Tue Aug 19 15:45:29 2014 -0700
@@ -61,7 +61,7 @@
                 compatible with the licenses of all the sub-parts.
             </para>
             <para>
-                This fork extends previous connectbot projects in two ways. It includes
+                This fork extends previous Connectbot projects in two ways. It includes
                 tn5250 terminal emulation, in addition to the previous vt320 terminal
                 emulation. It also contains hooks for a separate monitoring process
                 that has access to some of the internal operations in this emulator.
@@ -69,12 +69,12 @@
         </refsect1>
 
         <refsect1 id='changes.1'>
-            <title>Changes from previous Connectbots</title>
+            <title>Other changes from previous Connectbots</title>
             <itemizedlist>
                 <listitem><para>
                     The Android SecureRandom bug has been fixed in newer versions
                     of Android, but this code now compensates for that bug in
-                    older versions. If you have keys generated by on older Android
+                    older versions. If you have keys generated on older Android
                     devices, those keys should be discarded, and you should generate
                     new keys.
                 </para></listitem>
@@ -102,7 +102,8 @@
                 <listitem><para>
                     A deployment.connections text file is read (and deleted) on
                     startup. This may be used to preconfigure the global options
-                    and to create an initial set of host connections.
+                    and to create an initial set of host connections. This is only
+                    useful for bulk deployments.
                 </para></listitem>
 
                 <listitem><para>
@@ -115,7 +116,7 @@
                     On a per-host basis, you can either allow the font size to change
                     the number of rows and columns depending on the visibility
                     of the soft keyboard, or you can fix the number of rows and colums.
-                    Using a largeer font with a fixed number of rows and columns, you
+                    Using a larger font with a fixed number of rows and columns, you
                     may only be able to see the top left part of the logical screen that
                     is being used by the host system. There is no vertical or horizontal
                     scrolling yet.