summaryrefslogtreecommitdiff
path: root/content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi')
-rw-r--r--content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi b/content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi
index 6643987f..5befaf23 100644
--- a/content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi
+++ b/content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi
@@ -11,7 +11,7 @@
//\ //\\ //\ //\\ //\ //\\jrei
```
-PerlDaemon is a minimal daemon for Linux and other Unix like operating systems programmed in Perl. It is a minimal but pretty functional and fairly generic service framework. This means that it does not do anything useful other than providing a framework for starting, stopping, configuring and logging. In order to do something useful, a module (written in Perl) bust be provided.
+PerlDaemon is a minimal daemon for Linux and other Unix like operating systems programmed in Perl. It is a minimal but pretty functional and fairly generic service framework. This means that it does not do anything useful other than providing a framework for starting, stopping, configuring and logging. In order to do something useful, a module (written in Perl) must be provided.
## Features