aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-10-23 23:08:12 +0300
committerDee'Kej <deekej@linuxmail.org>2017-10-30 17:06:33 +0100
commitee33104d73ae642b1507957a424226b03ea43da6 (patch)
treeade8ef5fbdcf1f659810bfbc3c32bf6d4a3a856c
parentdf5e8d431a1b0fd72fc8c3f80aa71db8d0391791 (diff)
downloadinitscripts-ee33104d73ae642b1507957a424226b03ea43da6.tar
initscripts-ee33104d73ae642b1507957a424226b03ea43da6.tar.gz
initscripts-ee33104d73ae642b1507957a424226b03ea43da6.tar.bz2
initscripts-ee33104d73ae642b1507957a424226b03ea43da6.tar.xz
initscripts-ee33104d73ae642b1507957a424226b03ea43da6.zip
Spelling fixes
-rw-r--r--initscripts.spec10
-rwxr-xr-xsysconfig/network-scripts/ifup-ippp2
-rw-r--r--sysconfig/network-scripts/network-functions-ipv64
3 files changed, 8 insertions, 8 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 7d637979..60ff958e 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -395,7 +395,7 @@ ng
* Fri May 31 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.47-1
- network-functions: to determine state of nscd check socket not lock (#960779)
-- sysconfig.txt advised saslauthd -a instad of -v
+- sysconfig.txt advised saslauthd -a instead of -v
- update translations from transifex
- drop translation for other initscripts
- tweak ifup/ifdown usage and man page (#961917)
@@ -1041,7 +1041,7 @@ ng
by booting)
- serial: add a crude hack to wait for runlevels to finish (#437379)
- serial: frob /etc/securetty when necessary (#437381)
-- add a upstart-specific inittab
+- add an upstart-specific inittab
- translation updates: as, bn_IN, cs, de, es, fi, fr, gu, hi, it, ja, kn, ml, mr, nb,
nl, pa, pl, pt_BR, ru, sk, sr, ta, te, zh_CN
@@ -1532,7 +1532,7 @@ ng
- network-functions: don't error out if hotplug doesn't exist (#140008)
- ifup: always return errors on trying to bring up nonexistent devices (#131461)
- ifup: fix error message (#143674)
-- rc.sysinit: add a autorelabel boot target (#154496)
+- rc.sysinit: add an autorelabel boot target (#154496)
- prefdm: if something else is specified as $DISPLAYMANAGER, try that (#147304)
- remove support for the old firewall type
- network: optimize some (#138557, <drepper@redhat.com>)
@@ -1858,7 +1858,7 @@ ng
- readonly root fixes (<alexl@redhat.com>)
* Tue May 25 2004 Karsten Hopp <karsten@redhat.de> 7.56-1
-- special TYPE for qeth devices to differenciate them from ethX
+- special TYPE for qeth devices to differentiate them from ethX
* Mon May 24 2004 Bill Nottingham <notting@redhat.com>
- fix pppd vs. ppp typo in conflicts (#123680)
@@ -2382,7 +2382,7 @@ ng
* Sun Sep 2 2001 Than Ngo <than@redhat.com>
- add ISDN patches from pekkas@netcore.fi and pb@bieringer.de (bug #52491)
-- fix handling of ISDN LSZ Compresssion
+- fix handling of ISDN LSZ Compression
* Thu Aug 30 2001 Than Ngo <than@redhat.com>
- po/de.po: fix typo bug, lo instead 1o
diff --git a/sysconfig/network-scripts/ifup-ippp b/sysconfig/network-scripts/ifup-ippp
index 082b422e..e1f08a79 100755
--- a/sysconfig/network-scripts/ifup-ippp
+++ b/sysconfig/network-scripts/ifup-ippp
@@ -2,7 +2,7 @@
#
# ifup-ippp
#
-# This script is normally called from the ifup script when it detects a ippp device.
+# This script is normally called from the ifup script when it detects an ippp device.
. /etc/init.d/functions
diff --git a/sysconfig/network-scripts/network-functions-ipv6 b/sysconfig/network-scripts/network-functions-ipv6
index 6aec49bd..b5b3e939 100644
--- a/sysconfig/network-scripts/network-functions-ipv6
+++ b/sysconfig/network-scripts/network-functions-ipv6
@@ -11,7 +11,7 @@
#
-##### Test for IPv6 capabilites
+##### Test for IPv6 capabilities
# $1: (optional) testflag: currently supported: "testonly" (do not load a module)
# return code: 0=ok 2=IPv6 test fails
ipv6_test() {
@@ -386,7 +386,7 @@ ipv6_create_6to4_relay_address() {
# Check
if ipv6_test_ipv4_addr_valid $addr ; then
- # ok, a IPv4 one
+ # ok, an IPv4 one
if ipv6_test_ipv4_addr_global_usable $addr; then
# IPv4 globally usable
local ipv6to4_relay="::$addr"