public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Fixed some typos in initscript
@ 2015-09-19  8:04 Matthias Fischer
  0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2015-09-19  8:04 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1435 bytes --]

"Createing= => "Creating"...

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 src/initscripts/init.d/networking/red | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/initscripts/init.d/networking/red b/src/initscripts/init.d/networking/red
index e0c66b6..9dfbad6 100644
--- a/src/initscripts/init.d/networking/red
+++ b/src/initscripts/init.d/networking/red
@@ -173,7 +173,7 @@ case "${1}" in
 			if [ "$TYPE" == "pppoeatm" ] || [ "$TYPE" == "pptpatm" ]; then
 				PPP_NIC=nas${ATM_DEV}
 				DEVICE=nas${ATM_DEV}
-				boot_mesg "Createing ATM-Bridge as $PPP_NIC ..."
+				boot_mesg "Creating ATM-Bridge as $PPP_NIC ..."
 				br2684ctl -c${ATM_DEV} -e${ENCAP} -a${ATM_DEV}.${VPI}.${VCI} >/dev/null 2>&1 &
 				sleep 1
 
@@ -193,7 +193,7 @@ case "${1}" in
 			fi
 
 			if [ "$TYPE" == "vdsl" ]; then
-				boot_mesg "Createing VLAN Interface ${DEVICE}.${INET_VLAN} ..."
+				boot_mesg "Creating VLAN Interface ${DEVICE}.${INET_VLAN} ..."
 				modprobe 8021q
 				vconfig add ${DEVICE} ${INET_VLAN}
 				if [ -n "$MAC1" ]; then
@@ -218,7 +218,7 @@ case "${1}" in
 				fi
 
 				if [ ! -f "$PIDFILE" ]; then
-					boot_mesg "Createing VLAN Interface ${DEVICE}.${IPTV_VLAN} ..."
+					boot_mesg "Creating VLAN Interface ${DEVICE}.${IPTV_VLAN} ..."
 					modprobe 8021q
 					vconfig add ${DEVICE} ${IPTV_VLAN}
 					if [ -n "$MAC2" ]; then
-- 
2.5.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-19  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-19  8:04 [PATCH] Fixed some typos in initscript Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox