Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 390295 - sys-apps/openrc: two small typoes
Summary: sys-apps/openrc: two small typoes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-12 20:27 UTC by Patrick Lauer
Modified: 2011-11-12 20:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2011-11-12 20:27:56 UTC
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index 952f8eb..9c877c0 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -350,7 +350,7 @@
 # By default we don't wait for wpa_supplicant to associate and authenticate.
 # If you need to change this behaviour then you don't know how our scripts work
 # and setting this value could cause strange things to happen.
-# If you would like to, so can specify how long in seconds.
+# If you would like it to wait, you can specify how long in seconds here.
 #associate_timeout_eth0=60
 # A value of 0 means wait forever.
 
diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in
index 5853212..859cfa8 100644
--- a/sh/runscript.sh.in
+++ b/sh/runscript.sh.in
@@ -217,7 +217,7 @@ if [ -n "$opts" ]; then
 fi
 
 while [ -n "$1" ]; do
-       # Sepcial case depend
+       # Special case depend
        if [ "$1" = depend ]; then
                shift
                _depend
Comment 1 SpanKY gentoo-dev 2011-11-12 20:33:47 UTC
in the future, please use `git send-email` for this kind of stuff

the 2nd one is already fixed

the first one:
http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commitdiff;h=37294b4e82fc265941e385e6a5430792fa57ae46