aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-10-20 20:43:14 +0000
committerBill Nottingham <notting@redhat.com>2003-10-20 20:43:14 +0000
commitddd8b051327682c944e856c8e04fcce027aeeb82 (patch)
tree2630fe51341f1207723679214a04b4f7eedd5b37
parentd40fe4c81ce1ab70db638bde315a1c97e57e5123 (diff)
downloadinitscripts-ddd8b051327682c944e856c8e04fcce027aeeb82.tar
initscripts-ddd8b051327682c944e856c8e04fcce027aeeb82.tar.gz
initscripts-ddd8b051327682c944e856c8e04fcce027aeeb82.tar.bz2
initscripts-ddd8b051327682c944e856c8e04fcce027aeeb82.tar.xz
initscripts-ddd8b051327682c944e856c8e04fcce027aeeb82.zip
fix typo (#107533)
-rw-r--r--sysconfig/network-scripts/network-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions
index 0046f935..e83e8b28 100644
--- a/sysconfig/network-scripts/network-functions
+++ b/sysconfig/network-scripts/network-functions
@@ -57,7 +57,7 @@ source_config ()
DEVICETYPE="ipsec"
;;
Modem)
- DEVICETPYE="ppp"
+ DEVICETYPE="ppp"
;;
ISDN)
DEVICETYPE="ippp"