summaryrefslogtreecommitdiff
path: root/src/rc/runscript.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-01-08 03:39:25 -0500
committerRoy Marples <roy@marples.name>2010-01-08 22:02:51 +0000
commitecf9ef49a724f6b95039bd760893f51a920f017b (patch)
treea3d04acb1e322bc3e830369deb28158cb7948c8c /src/rc/runscript.c
parentbb45f0eabc8e768296cdf678ff8552a28342080a (diff)
downloadopenrc-ecf9ef49a724f6b95039bd760893f51a920f017b.tar.gz
openrc-ecf9ef49a724f6b95039bd760893f51a920f017b.tar.bz2
openrc-ecf9ef49a724f6b95039bd760893f51a920f017b.tar.xz
random spelling fixes
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r--src/rc/runscript.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index 5939dae..0b2d71a 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -998,7 +998,7 @@ svc_restart(void)
* dns via resolvconf, so you could have openvpn trying to restart
* dnsmasq which in turn is waiting on net which in turn is waiting
* on dnsmasq.
- * The work around is for resolvconf to restart it's services with
+ * The work around is for resolvconf to restart its services with
* --nodeps which means just that.
* The downside is that there is a small window when our status is
* invalid.
@@ -1106,7 +1106,7 @@ runscript(int argc, char **argv)
atexit(cleanup);
/* We need to work out the real full path to our service.
- * This works fine, provided that we ONLY allow mulitplexed services
+ * This works fine, provided that we ONLY allow multiplexed services
* to exist in the same directory as the master link.
* Also, the master link as to be a real file in the init dir. */
if (!realpath(argv[1], path)) {
@@ -1192,7 +1192,7 @@ runscript(int argc, char **argv)
deps = true;
- /* Punt the first arg as it's our service name */
+ /* Punt the first arg as its our service name */
argc--;
argv++;