]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Typos caught by codespell
authorDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Tue, 31 Aug 2021 13:31:04 +0000 (16:31 +0300)
committerDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Tue, 31 Aug 2021 13:31:04 +0000 (16:31 +0300)
More typos caught by the latest version of codespell.

Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
tests/bad_dtls_test.c
tests/configs/test-dtls-psk.config
tests/configs/test-obsolete-server-crypto.config
tests/configs/test-user-cert.config.in
tests/configs/test-user-pass.config.in
www/download.xml
www/tncc.xml

index 93ee9ef1d4d6be9ecc89a8e1c8980a0091416d1e..f30ec07fe63123adaadfe5d188bb665ea5b92c19 100644 (file)
@@ -51,7 +51,7 @@
 #define DTLS1_BAD_VER 0x100
 #endif
 
-/* PACKET functions lifted from OpenSSL 1.1's ssl/packet_locl.h. Permisson
+/* PACKET functions lifted from OpenSSL 1.1's ssl/packet_locl.h. Permission
  * requested in https://github.com/openssl/openssl/pull/1296 for reuse here
  * as an OpenConnect test case. */
 /*
index df3867e5d526c763e111866d171773444e401697..4e7d719f512b83627a9ec2867233c46d775e3b6c 100644 (file)
@@ -147,7 +147,7 @@ device = vpns
 default-domain = example.com
 
 ipv4-network = @VPNNET@
-# Use the keyword local to advertize the local P-t-P address as DNS server
+# Use the keyword local to advertise the local P-t-P address as DNS server
 ipv4-dns = 192.168.1.1
 
 # The NBNS server (if any)
index fbd45e306dd261bc506f792c72479f85fe106acc..825ec8312564a57d5992adfcab8108924c02046a 100644 (file)
@@ -145,7 +145,7 @@ default-domain = example.com
 
 ipv4-network = 192.168.1.0
 ipv4-netmask = 255.255.255.0
-# Use the keyword local to advertize the local P-t-P address as DNS server
+# Use the keyword local to advertise the local P-t-P address as DNS server
 ipv4-dns = 192.168.1.1
 
 # The NBNS server (if any)
index 62c04a4c63c38b955421110f9b47cffde4206eec..e365e8cee8e6a9907db71fb8dfe982f21642380f 100644 (file)
@@ -149,7 +149,7 @@ default-domain = example.com
 
 ipv4-network = 192.168.1.0
 ipv4-netmask = 255.255.255.0
-# Use the keyword local to advertize the local P-t-P address as DNS server
+# Use the keyword local to advertise the local P-t-P address as DNS server
 ipv4-dns = 192.168.1.1
 
 # The NBNS server (if any)
index e687933df08ebfc22c73da1ba17c9844621cd09c..c5acd37308a90908427e85965ca6a09832cd100d 100644 (file)
@@ -148,7 +148,7 @@ default-domain = example.com
 
 ipv4-network = 192.168.1.0
 ipv4-netmask = 255.255.255.0
-# Use the keyword local to advertize the local P-t-P address as DNS server
+# Use the keyword local to advertise the local P-t-P address as DNS server
 ipv4-dns = 192.168.1.1
 
 # The NBNS server (if any)
index c7ed0791a5cd140fd51e50df4c5a59585d4ce771..b77e3badcf8f8352f732d9343383977f4acab06a 100644 (file)
@@ -36,7 +36,7 @@ released on 2020-05-14 with the following changelog:</p>
 <h2>Latest sources</h2>
 
 <p>The latest source code is available from the git repository at:</p>
-<ul><li><tt>git://git.infradead.org/users/dwmw2/openconnect.git</tt><br/>or browseable in gitweb at:</li>
+<ul><li><tt>git://git.infradead.org/users/dwmw2/openconnect.git</tt><br/>or browsable in gitweb at:</li>
 <li><a href="https://git.infradead.org/users/dwmw2/openconnect.git">
 https://git.infradead.org/users/dwmw2/openconnect.git</a></li></ul>
 
index 6a216641f65b16b8652f6c3603f8be72e94b8ba8..af2335aee5585c064d752a2a705c431012a8c238 100644 (file)
@@ -60,7 +60,7 @@ the <tt>trojans/</tt> subdirectory:</p>
   from russdill/juniper-vpn-py on GitHub</a>.)</p></li>
 </ul>
 
-<p>With either of these sripts, it may also be necessary to pass a Mozilla-compatible user agent string:</p>
+<p>With either of these scripts, it may also be necessary to pass a Mozilla-compatible user agent string:</p>
 <pre>
   ./openconnect --protocol=nc --useragent 'Mozilla/5.0 (Linux) Firefox' --csd-wrapper=trojans/tncc-wrapper.py vpn.example.com
 </pre>