aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-10-20 20:42:10 +0000
committerBill Nottingham <notting@redhat.com>2003-10-20 20:42:10 +0000
commit89b3eb438310307e429e6df9cd729f08d96796dc (patch)
tree95c01508e79a62e0bcb499e8e4fc02ec46df23ed
parent7c95c5c59d6858991b9c0260f2d2dffe808d507a (diff)
downloadinitscripts-89b3eb438310307e429e6df9cd729f08d96796dc.tar
initscripts-89b3eb438310307e429e6df9cd729f08d96796dc.tar.gz
initscripts-89b3eb438310307e429e6df9cd729f08d96796dc.tar.bz2
initscripts-89b3eb438310307e429e6df9cd729f08d96796dc.tar.xz
initscripts-89b3eb438310307e429e6df9cd729f08d96796dc.zip
fix typo (#107533)r7-38
-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 13f7919f..b7844d14 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"