]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Fix a couple of minor typos
authorKevin Cernekee <cernekee@gmail.com>
Mon, 8 Oct 2012 01:03:35 +0000 (18:03 -0700)
committerKevin Cernekee <cernekee@gmail.com>
Thu, 11 Oct 2012 04:19:02 +0000 (21:19 -0700)
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
main.c
openconnect.8.in
www/packages.xml

diff --git a/main.c b/main.c
index 4d0d9d042462c01c6ed8757c17b28534ebd0eceb..6817032575b539bafa02bc7084bf907efb487061 100644 (file)
--- a/main.c
+++ b/main.c
@@ -314,7 +314,7 @@ static int config_line_num = 0;
  *
  * 1. We only care about it transiently and it can be lost entirely
  *    (e.g. vpninfo->reconnect_timeout = atoi(config_arg);
- * 2. We need to kep it, but it's a static string and will never be freed
+ * 2. We need to keep it, but it's a static string and will never be freed
  *    so when it's part of argv[] we can use it in place, but when it comes
  *    from a file we have to strdup() because otherwise it'll be overwritten.
  *    For this we use the keep_config_arg() macro below.
index eb40d515afcf238dfdb06c043b597f8296edfd96..0313420626b3ff299976b725eb9eb6b0c3da7bae 100644 (file)
@@ -246,7 +246,7 @@ XML config file
 .B \-\-authgroup=GROUP
 Choose authentication login selection
 .TP
-.B \-\-authentiate
+.B \-\-authenticate
 Authenticate only, and output the information needed to make the connection
 a form which can be used to set shell environment variables. When invoked with
 this option, openconnect will not make the connection, but if successful will
index 5a2738e9b29a1b0486bfedd2ff7330cc667a8b2e..a6912a82beb46be19987263cfb9105d8f1eb6678 100644 (file)
@@ -30,7 +30,7 @@
  OpenSuSE 12.1 should finally include <tt>openconnect</tt> and <tt>NetworkManager-openconnect</tt> packages, which are absent from older releases.</li>
 
 <li><h2>Gentoo</h2>
-  Gentoo Portage contains package for both <tt>openconnect</tt> and <tt>networkmanager-openconnect</tt>.
+  Gentoo Portage contains packages for both <tt>openconnect</tt> and <tt>networkmanager-openconnect</tt>.
 </li>
 <li> <h2>NetBSD, DragonFly BSD, etc. <i>(pkgsrc)</i></h2>
   There are somewhat out of date packages for <a href="http://pkgsrc-wip.cvs.sourceforge.net/viewvc/pkgsrc-wip/wip/vpnc-script/">vpnc-script</a> and <a href="http://pkgsrc-wip.cvs.sourceforge.net/viewvc/pkgsrc-wip/wip/openconnect/">openconnect</a> in the pkgsrc-wip repository <i>(<a href="http://pkgsrc-wip.sourceforge.net/">pkgsrc-wip.sf.net</a>)</i>.</li>