aboutsummaryrefslogtreecommitdiff
path: root/distro
diff options
context:
space:
mode:
authorJonathan Tooker2019-01-23 14:17:17 -0600
committerGert Doering2019-02-06 19:07:34 +0100
commitccb636c75103f11b8a08776d1a911abb26f831eb (patch)
treed04d66cf335b94ab04e1501d64b4a746efe24fce /distro
parentce1c1beef1eb9ea776e00861117f72c4a1a6f1f8 (diff)
downloadopenvpn-ccb636c75103f11b8a08776d1a911abb26f831eb.zip
openvpn-ccb636c75103f11b8a08776d1a911abb26f831eb.tar.gz
Fix various spelling mistakes
New patch, omitted changes to copyrights/licenses & changelog. Acked-by: Arne Schwabe <arne@rfc2549.org> Message-Id: <20190123201717.15048-1-jonathan@reliablehosting.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18177.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'distro')
-rwxr-xr-xdistro/rpm/openvpn.init.d.rhel2
-rw-r--r--distro/rpm/openvpn.init.d.suse4
2 files changed, 3 insertions, 3 deletions
diff --git a/distro/rpm/openvpn.init.d.rhel b/distro/rpm/openvpn.init.d.rhel
index bfde221..04125ca 100755
--- a/distro/rpm/openvpn.init.d.rhel
+++ b/distro/rpm/openvpn.init.d.rhel
@@ -113,7 +113,7 @@ case "$1" in
# From a security perspective, I think it makes
# sense to remove this, and have users who need
- # it explictly enable in their --up scripts or
+ # it explicitly enable in their --up scripts or
# firewall setups.
#echo 1 > /proc/sys/net/ipv4/ip_forward
diff --git a/distro/rpm/openvpn.init.d.suse b/distro/rpm/openvpn.init.d.suse
index 270024e..1b4bcf0 100644
--- a/distro/rpm/openvpn.init.d.suse
+++ b/distro/rpm/openvpn.init.d.suse
@@ -72,7 +72,7 @@
# - removed sourcing "network"
# - removed network checking. it seemed not to work with SuSE.
# - added sourcing "rc.status", comments and "rc_reset" command
-# - removed "succes; echo" and "failure; echo" lines
+# - removed "success; echo" and "failure; echo" lines
# - added "rc_status" lines at the end of each section
# - changed "service" to "/etc/init.d/" in "In addition to start/stop"
# section above.
@@ -126,7 +126,7 @@ case "$1" in
# From a security perspective, I think it makes
# sense to remove this, and have users who need
- # it explictly enable in their --up scripts or
+ # it explicitly enable in their --up scripts or
# firewall setups.
#echo 1 > /proc/sys/net/ipv4/ip_forward