Skip to content

Commit 72791e1

Browse files
author
simkimsia
committed
fix misspelling involving
1 parent 0c94393 commit 72791e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/runners/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ switch($argv[1])
158158
$ chmod a+x BeanstalkSampleDaemon.php
159159
```
160160
161-
That way, you can call the script directly without invoing PHP:
161+
That way, you can call the script directly without involving PHP:
162162
163163
```
164164
$ ./BeanstalkSampleDaemon.php
@@ -214,4 +214,4 @@ $ chkconfig --del BeanstalkSampleDaemon
214214
## References: ##
215215
* [http://superuser.com/questions/126106/how-to-execute-a-shell-script-on-startup](http://superuser.com/questions/126106/how-to-execute-a-shell-script-on-startup)
216216
* [http://lists.centos.org/pipermail/centos/2009-December/086930.html](http://lists.centos.org/pipermail/centos/2009-December/086930.html)
217-
* [http://en.wikipedia.org/wiki/Runlevel](http://en.wikipedia.org/wiki/Runlevel)
217+
* [http://en.wikipedia.org/wiki/Runlevel](http://en.wikipedia.org/wiki/Runlevel)

0 commit comments

Comments
 (0)