]> www.infradead.org Git - users/dwmw2/vpnc-scripts.git/commitdiff
Typos caught by codespell
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Sat, 7 Aug 2021 12:43:39 +0000 (14:43 +0200)
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Sat, 7 Aug 2021 12:43:39 +0000 (14:43 +0200)
Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
tests/data/vpn-noroute.config
tests/data/vpn-routes.config
vpnc-script

index 7bf8d799de8548457dd3b31a668fb45631486b21..1d395b1ccb278376bacc14712ec3a6429b0fe8af 100644 (file)
@@ -151,7 +151,7 @@ device = vpns
 default-domain = example.com
 
 ipv4-network = @VPNNET@
-# Use the keywork local to advertize the local P-t-P address as DNS server
+# Use the keyword local to advertize the local P-t-P address as DNS server
 ipv4-dns = @DNS@
 
 # The NBNS server (if any)
index e876ea29fd28b986d9061ba3afbce7cf91b104f7..bbebf73aeb51ce60b9e4b734b47860c7fb6c1586 100644 (file)
@@ -151,7 +151,7 @@ device = vpns
 default-domain = example.com
 
 ipv4-network = @VPNNET@
-# Use the keywork local to advertize the local P-t-P address as DNS server
+# Use the keyword local to advertize the local P-t-P address as DNS server
 ipv4-dns = @DNS@
 
 # The NBNS server (if any)
index 6b6ae7b8f0c55d85a672cb285dd60094cb8f6bee..5a169618c79a797a5682e7aca464ccb4f82b8be2 100755 (executable)
@@ -64,7 +64,7 @@
 # 2) There are two different functions to set routes: generic routes and the
 #   default route. Why isn't the defaultroute handled via the generic route case?
 # 3) In the split tunnel case, all routes but the default route might get replaced
-#   without getting restored later. We should explicitely check and save them just
+#   without getting restored later. We should explicitly check and save them just
 #   like the defaultroute
 # 4) Replies to a dhcp-server should never be sent into the tunnel
 
@@ -385,7 +385,7 @@ if [ -n "$IPROUTE" ]; then
 
        del_ipv6_exclude_route() {
                # FIXME: In theory, this could delete existing routes which are
-               # identical to split-exclude routes specificed by VPNGATEWAY
+               # identical to split-exclude routes specified by VPNGATEWAY
                NETWORK="$1"
                NETMASKLEN="$2"
                $IPROUTE -6 route del "$NETWORK/$NETMASKLEN"